OData JPA Processor API Library - Java Persistence Query Language
The library provides set of APIs for building JPQL contexts from OData Requests.
The JPQL contexts thus built can be used for building JPQL Statements.
-
Interface Summary
| Interface |
Description |
| JPQLContextView |
The interface provides a view on JPQL Context.
|
| 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.
|
| 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.
|
| 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".
|
| 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".
|
-
-
Enum Summary
| Enum |
Description |
| JPQLContextType |
Enumerated list of JPQL context Types.
|