Class JPQLStatement.JPQLStatementBuilder

java.lang.Object
org.apache.olingo.odata2.jpa.processor.api.jpql.JPQLStatement.JPQLStatementBuilder
Enclosing class:
JPQLStatement

public abstract static class JPQLStatement.JPQLStatementBuilder extends Object
The abstract class is extended by specific JPQL statement builders for building JPQL statements like
  1. Select statements
  2. Select single statements
  3. Select statements with Join
  4. Insert/Modify/Delete statements
A default statement builder for building each kind of JPQL statements is provided by the library.
  • Constructor Details

    • JPQLStatementBuilder

      protected JPQLStatementBuilder()
  • Method Details