Uses of Package
org.apache.olingo.odata2.jpa.processor.api.jpql
Packages that use org.apache.olingo.odata2.jpa.processor.api.jpql
Package
Description
OData JPA Processor API Library - Java Persistence Access
OData JPA Processor API Library - Factory
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.factoryClassDescriptionThe abstract class is extended by specific JPQLContext builder for building JPQLContexts.Enumerated list of JPQL context Types.The interface provides a view on JPQL Context.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.jpqlClassDescriptionThe abstract class is a compilation of objects required for building
JPQLStatement.The abstract class is extended by specific JPQLContext builder for building JPQLContexts.Enumerated list of JPQL context Types.The interface provides a view on JPQL Context.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".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".The class represents a Java Persistence Query Language (JPQL) Statement.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.