Uses of Class
org.apache.olingo.odata2.jpa.processor.api.access.JPAMethodContext.JPAMethodContextBuilder
-
Packages that use JPAMethodContext.JPAMethodContextBuilder Package Description org.apache.olingo.odata2.jpa.processor.api.access OData JPA Processor API Library - Java Persistence Accessorg.apache.olingo.odata2.jpa.processor.api.factory OData JPA Processor API Library - Factory -
-
Uses of JPAMethodContext.JPAMethodContextBuilder in org.apache.olingo.odata2.jpa.processor.api.access
Methods in org.apache.olingo.odata2.jpa.processor.api.access that return JPAMethodContext.JPAMethodContextBuilder Modifier and Type Method Description static JPAMethodContext.JPAMethodContextBuilderJPAMethodContext. createBuilder(JPQLContextType contextType, Object resultsView)the method instantiates an instance of type JPAMethodContextBuilder. -
Uses of JPAMethodContext.JPAMethodContextBuilder in org.apache.olingo.odata2.jpa.processor.api.factory
Methods in org.apache.olingo.odata2.jpa.processor.api.factory that return JPAMethodContext.JPAMethodContextBuilder Modifier and Type Method Description JPAMethodContext.JPAMethodContextBuilderJPQLBuilderFactory. getJPAMethodContextBuilder(JPQLContextType contextType)The method returns a JPA method context builder for building JPA Method context object.
-