Uses of Class
org.apache.olingo.odata2.jpa.processor.api.jpql.JPQLContextType
-
Packages that use JPQLContextType 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 - Factoryorg.apache.olingo.odata2.jpa.processor.api.jpql 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 JPQLContextType Modifier and Type Method Description static 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 JPQLContextType Modifier and Type Method Description JPQLContext.JPQLContextBuilderJPQLBuilderFactory. getContextBuilder(JPQLContextType contextType)The method returns a JPQL context builder for building JPQL Context object.JPAMethodContext.JPAMethodContextBuilderJPQLBuilderFactory. 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 JPQLContextType Modifier and Type Field Description protected JPQLContextTypeJPQLContext. typeThe type of JPQL context.Methods in org.apache.olingo.odata2.jpa.processor.api.jpql that return JPQLContextType Modifier and Type Method Description JPQLContextTypeJPQLContext. getType()gets the JPQL context type set into the contextJPQLContextTypeJPQLContextView. getType()The method returns a JPQL context typestatic JPQLContextTypeJPQLContextType. valueOf(String name)Returns the enum constant of this type with the specified name.static JPQLContextType[]JPQLContextType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.olingo.odata2.jpa.processor.api.jpql with parameters of type JPQLContextType Modifier and Type Method Description static JPQLContext.JPQLContextBuilderJPQLContext. createBuilder(JPQLContextType contextType, Object resultsView)the method returns an instance of typeJPQLContext.JPQLContextBuilderbased on the JPQLContextType.static JPQLContext.JPQLContextBuilderJPQLContext. createBuilder(JPQLContextType contextType, Object resultsView, boolean withPaging)the method returns an instance of typeJPQLContext.JPQLContextBuilderbased on the JPQLContextType.protected voidJPQLContext. setType(JPQLContextType type)sets the JPQL context type into the context
-