Uses of Interface
org.apache.olingo.odata2.jpa.processor.api.jpql.JPQLContextView
Packages that use JPQLContextView
Package
Description
OData JPA Processor API Library - Factory
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 JPQLContextViewModifier and TypeMethodDescriptionJPQLBuilderFactory.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.jpqlModifier and TypeInterfaceDescriptioninterfaceThe 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.interfaceThe 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.interfaceThe 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".interfaceThe 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 JPQLContextViewModifier and TypeClassDescriptionclassThe abstract class is a compilation of objects required for buildingJPQLStatement.Methods in org.apache.olingo.odata2.jpa.processor.api.jpql with parameters of type JPQLContextViewModifier and TypeMethodDescriptionJPQLStatement.createBuilder(JPQLContextView context) The method is used for creating an instance of JPQL Statement Builder for building JPQL statements.