org.apache.olingo.odata2.jpa.processor.api.access
Class JPAMethodContext.JPAMethodContextBuilder
java.lang.Object
org.apache.olingo.odata2.jpa.processor.api.access.JPAMethodContext.JPAMethodContextBuilder
- Enclosing class:
- JPAMethodContext
public abstract static class JPAMethodContext.JPAMethodContextBuilder
- extends Object
The abstract class is extended by specific JPA Method Context Builder to
build JPA Method Context types.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JPAMethodContext.JPAMethodContextBuilder
protected JPAMethodContext.JPAMethodContextBuilder()
build
public abstract JPAMethodContext build()
throws ODataJPAModelException,
ODataJPARuntimeException
- Implement this method to build JPAMethodContext
- Returns:
- an instance of type JPAMethodContext
- Throws:
ODataJPAModelException
ODataJPARuntimeException
setResultsView
protected abstract void setResultsView(Object resultsView)
Copyright © 2013-2015 The Apache Software Foundation. All Rights Reserved.