|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JPQLContextType | |
---|---|
org.apache.olingo.odata2.jpa.processor.api.access | OData JPA Processor API Library - Java Persistence Access |
org.apache.olingo.odata2.jpa.processor.api.factory | OData JPA Processor API Library - Factory |
org.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 | |
---|---|
static JPAMethodContext.JPAMethodContextBuilder |
JPAMethodContext.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 | |
---|---|
JPQLContext.JPQLContextBuilder |
JPQLBuilderFactory.getContextBuilder(JPQLContextType contextType)
The method returns a JPQL context builder for building JPQL Context object. |
JPAMethodContext.JPAMethodContextBuilder |
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 JPQLContextType | |
---|---|
protected JPQLContextType |
JPQLContext.type
The type of JPQL context. |
Methods in org.apache.olingo.odata2.jpa.processor.api.jpql that return JPQLContextType | |
---|---|
JPQLContextType |
JPQLContextView.getType()
The method returns a JPQL context type |
JPQLContextType |
JPQLContext.getType()
gets the JPQL context type set into the context |
static JPQLContextType |
JPQLContextType.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 | |
---|---|
static JPQLContext.JPQLContextBuilder |
JPQLContext.createBuilder(JPQLContextType contextType,
Object resultsView)
the method returns an instance of type JPQLContext.JPQLContextBuilder based on the
JPQLContextType. |
static JPQLContext.JPQLContextBuilder |
JPQLContext.createBuilder(JPQLContextType contextType,
Object resultsView,
boolean withPaging)
the method returns an instance of type JPQLContext.JPQLContextBuilder based on the
JPQLContextType. |
protected void |
JPQLContext.setType(JPQLContextType type)
sets the JPQL context type into the context |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |