Uses of Interface
org.apache.olingo.odata2.jpa.processor.api.jpql.JPQLContextView
-
Packages that use JPQLContextView Package Description org.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 -
-
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 Modifier and Type Method Description JPQLStatement.JPQLStatementBuilderJPQLBuilderFactory. 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 Modifier and Type Interface Description interfaceJPQLJoinContextViewThe 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.interfaceJPQLJoinSelectSingleContextViewThe 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.interfaceJPQLSelectContextViewThe 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".interfaceJPQLSelectSingleContextViewThe 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 Modifier and Type Class Description classJPQLContextThe abstract class is a compilation of objects required for buildingJPQLStatement.Methods in org.apache.olingo.odata2.jpa.processor.api.jpql with parameters of type JPQLContextView Modifier and Type Method Description static JPQLStatement.JPQLStatementBuilderJPQLStatement. createBuilder(JPQLContextView context)The method is used for creating an instance of JPQL Statement Builder for building JPQL statements.
-