Uses of Package
org.apache.olingo.odata2.jpa.processor.api.jpql
-
Packages that use org.apache.olingo.odata2.jpa.processor.api.jpql 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 -
Classes in org.apache.olingo.odata2.jpa.processor.api.jpql used by org.apache.olingo.odata2.jpa.processor.api.access Class Description JPQLContextType Enumerated list of JPQL context Types. -
Classes in org.apache.olingo.odata2.jpa.processor.api.jpql used by org.apache.olingo.odata2.jpa.processor.api.factory Class Description JPQLContext.JPQLContextBuilder The abstract class is extended by specific JPQLContext builder for building JPQLContexts.JPQLContextType Enumerated list of JPQL context Types.JPQLContextView The interface provides a view on JPQL Context.JPQLStatement.JPQLStatementBuilder The abstract class is extended by specific JPQL statement builders for building JPQL statements like Select statements Select single statements Select statements with Join Insert/Modify/Delete statements A default statement builder for building each kind of JPQL statements is provided by the library. -
Classes in org.apache.olingo.odata2.jpa.processor.api.jpql used by org.apache.olingo.odata2.jpa.processor.api.jpql Class Description JPQLContext The abstract class is a compilation of objects required for buildingJPQLStatement.JPQLContext.JPQLContextBuilder The abstract class is extended by specific JPQLContext builder for building JPQLContexts.JPQLContextType Enumerated list of JPQL context Types.JPQLContextView The interface provides a view on JPQL Context.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".JPQLStatement The class represents a Java Persistence Query Language (JPQL) Statement.JPQLStatement.JPQLStatementBuilder The abstract class is extended by specific JPQL statement builders for building JPQL statements like Select statements Select single statements Select statements with Join Insert/Modify/Delete statements A default statement builder for building each kind of JPQL statements is provided by the library.