|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JPQLContextView | |
---|---|
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 JPQLContextView in org.apache.olingo.odata2.jpa.processor.api.factory |
---|
Methods in org.apache.olingo.odata2.jpa.processor.api.factory with parameters of type JPQLContextView | |
---|---|
JPQLStatement.JPQLStatementBuilder |
JPQLBuilderFactory.getStatementBuilder(JPQLContextView context)
The method returns JPQL statement builder for building JPQL statements. |
Uses of JPQLContextView in org.apache.olingo.odata2.jpa.processor.api.jpql |
---|
Subinterfaces of JPQLContextView in org.apache.olingo.odata2.jpa.processor.api.jpql | |
---|---|
interface |
JPQLJoinContextView
The interface provide a view on JPQL Join context.The interface provides methods for accessing the Join Clause which can be part of JPQL Select statement. |
interface |
JPQLJoinSelectSingleContextView
The interface provide a view on JPQL Join Clauses.The interface is an extension to JPQL select single context and provides methods for accessing JPQL Join clauses. |
interface |
JPQLSelectContextView
The interface provide a view on JPQL select context.The interface provides methods for accessing the clauses of a JPQL SELECT statement like "SELECT", "ORDERBY", "WHERE". |
interface |
JPQLSelectSingleContextView
The interface provide a view on JPQL select single context.The interface provides methods for accessing the clause of a JPQL SELECT statement like "SELECT". |
Classes in org.apache.olingo.odata2.jpa.processor.api.jpql that implement JPQLContextView | |
---|---|
class |
JPQLContext
The abstract class is a compilation of objects required for building JPQLStatement . |
Methods in org.apache.olingo.odata2.jpa.processor.api.jpql with parameters of type JPQLContextView | |
---|---|
static JPQLStatement.JPQLStatementBuilder |
JPQLStatement.createBuilder(JPQLContextView context)
The method is used for creating an instance of JPQL Statement Builder for building JPQL statements. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |