Class JPQLStatement.JPQLStatementBuilder
java.lang.Object
org.apache.olingo.odata2.jpa.processor.api.jpql.JPQLStatement.JPQLStatementBuilder
- Enclosing class:
JPQLStatement
The abstract class is extended by specific JPQL statement builders for
building JPQL statements like
- Select statements
- Select single statements
- Select statements with Join
- Insert/Modify/Delete statements
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract JPQLStatementbuild()The abstract method is implemented by specific statement builder for building JPQL Statement.protected final JPQLStatementcreateStatement(String statement)
-
Constructor Details
-
JPQLStatementBuilder
protected JPQLStatementBuilder()
-
-
Method Details
-
createStatement
-
build
The abstract method is implemented by specific statement builder for building JPQL Statement.- Returns:
- an instance of
JPQLStatement - Throws:
ODataJPARuntimeException- in case there are errors building the statements
-