Uses of Enum Class
org.apache.olingo.odata2.jpa.processor.api.jpql.JPQLContextType
Packages that use JPQLContextType
Package
Description
OData JPA Processor API Library - Java Persistence Access
OData JPA Processor API Library - Factory
OData JPA Processor API Library - Java Persistence Query Language
-
Uses of JPQLContextType in org.apache.olingo.odata2.jpa.processor.api.access
Methods in org.apache.olingo.odata2.jpa.processor.api.access with parameters of type JPQLContextTypeModifier and TypeMethodDescriptionstatic final JPAMethodContext.JPAMethodContextBuilderJPAMethodContext.createBuilder(JPQLContextType contextType, Object resultsView) the method instantiates an instance of type JPAMethodContextBuilder. -
Uses of JPQLContextType in org.apache.olingo.odata2.jpa.processor.api.factory
Methods in org.apache.olingo.odata2.jpa.processor.api.factory with parameters of type JPQLContextTypeModifier and TypeMethodDescriptionJPQLBuilderFactory.getContextBuilder(JPQLContextType contextType) The method returns a JPQL context builder for building JPQL Context object.JPQLBuilderFactory.getJPAMethodContextBuilder(JPQLContextType contextType) The method returns a JPA method context builder for building JPA Method context object. -
Uses of JPQLContextType in org.apache.olingo.odata2.jpa.processor.api.jpql
Fields in org.apache.olingo.odata2.jpa.processor.api.jpql declared as JPQLContextTypeModifier and TypeFieldDescriptionprotected JPQLContextTypeJPQLContext.typeThe type of JPQL context.Methods in org.apache.olingo.odata2.jpa.processor.api.jpql that return JPQLContextTypeModifier and TypeMethodDescriptionfinal JPQLContextTypeJPQLContext.getType()gets the JPQL context type set into the contextJPQLContextView.getType()The method returns a JPQL context typestatic JPQLContextTypeReturns the enum constant of this class with the specified name.static JPQLContextType[]JPQLContextType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.olingo.odata2.jpa.processor.api.jpql with parameters of type JPQLContextTypeModifier and TypeMethodDescriptionstatic final JPQLContext.JPQLContextBuilderJPQLContext.createBuilder(JPQLContextType contextType, Object resultsView) the method returns an instance of typeJPQLContext.JPQLContextBuilderbased on the JPQLContextType.static final JPQLContext.JPQLContextBuilderJPQLContext.createBuilder(JPQLContextType contextType, Object resultsView, boolean withPaging) the method returns an instance of typeJPQLContext.JPQLContextBuilderbased on the JPQLContextType.protected final voidJPQLContext.setType(JPQLContextType type) sets the JPQL context type into the context