Uses of Class
org.apache.olingo.odata2.jpa.processor.api.jpql.JPQLStatement.JPQLStatementBuilder
Packages that use JPQLStatement.JPQLStatementBuilder
Package
Description
OData JPA Processor API Library - Factory
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.JPQLStatementBuilderModifier and TypeMethodDescriptionJPQLBuilderFactory.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.JPQLStatementBuilderModifier and TypeMethodDescriptionJPQLStatement.createBuilder(JPQLContextView context) The method is used for creating an instance of JPQL Statement Builder for building JPQL statements.