|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JPQLContext.JPQLContextBuilder | |
---|---|
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 JPQLContext.JPQLContextBuilder in org.apache.olingo.odata2.jpa.processor.api.factory |
---|
Methods in org.apache.olingo.odata2.jpa.processor.api.factory that return JPQLContext.JPQLContextBuilder | |
---|---|
JPQLContext.JPQLContextBuilder |
JPQLBuilderFactory.getContextBuilder(JPQLContextType contextType)
The method returns a JPQL context builder for building JPQL Context object. |
Uses of JPQLContext.JPQLContextBuilder in org.apache.olingo.odata2.jpa.processor.api.jpql |
---|
Methods in org.apache.olingo.odata2.jpa.processor.api.jpql that return JPQLContext.JPQLContextBuilder | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |