Uses of Class
org.apache.olingo.odata2.jpa.processor.api.access.JPAMethodContext.JPAMethodContextBuilder
Packages that use JPAMethodContext.JPAMethodContextBuilder
Package
Description
OData JPA Processor API Library - Java Persistence Access
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.JPAMethodContextBuilderModifier and TypeMethodDescriptionstatic final 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.JPAMethodContextBuilderModifier and TypeMethodDescriptionJPQLBuilderFactory.getJPAMethodContextBuilder(JPQLContextType contextType) The method returns a JPA method context builder for building JPA Method context object.