Uses of Class
org.apache.olingo.odata2.jpa.processor.api.jpql.JPQLStatement.JPQLStatementBuilder
-
Packages that use JPQLStatement.JPQLStatementBuilder 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 JPQLStatement.JPQLStatementBuilder in org.apache.olingo.odata2.jpa.processor.api.factory
Methods in org.apache.olingo.odata2.jpa.processor.api.factory that return JPQLStatement.JPQLStatementBuilder Modifier and Type Method Description JPQLStatement.JPQLStatementBuilderJPQLBuilderFactory. getStatementBuilder(JPQLContextView context)The method returns JPQL statement builder for building JPQL statements. -
Uses of JPQLStatement.JPQLStatementBuilder in org.apache.olingo.odata2.jpa.processor.api.jpql
Methods in org.apache.olingo.odata2.jpa.processor.api.jpql that return JPQLStatement.JPQLStatementBuilder 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.
-