org.apache.olingo.odata2.jpa.processor.api.access
Class JPAMethodContext.JPAMethodContextBuilder

java.lang.Object
  extended by 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.


Constructor Summary
protected JPAMethodContext.JPAMethodContextBuilder()
           
 
Method Summary
abstract  JPAMethodContext build()
          Implement this method to build JPAMethodContext
protected abstract  void setResultsView(Object resultsView)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JPAMethodContext.JPAMethodContextBuilder

protected JPAMethodContext.JPAMethodContextBuilder()
Method Detail

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.