Uses of Class
org.apache.olingo.odata2.jpa.processor.api.jpql.JPQLStatement
-
Packages that use JPQLStatement Package Description org.apache.olingo.odata2.jpa.processor.api.jpql OData JPA Processor API Library - Java Persistence Query Language -
-
Uses of JPQLStatement in org.apache.olingo.odata2.jpa.processor.api.jpql
Methods in org.apache.olingo.odata2.jpa.processor.api.jpql that return JPQLStatement Modifier and Type Method Description abstract JPQLStatementJPQLStatement.JPQLStatementBuilder. build()The abstract method is implemented by specific statement builder for building JPQL Statement.protected JPQLStatementJPQLStatement.JPQLStatementBuilder. createStatement(String statement)
-