Class JPQLStatement


  • public class JPQLStatement
    extends Object
    The class represents a Java Persistence Query Language (JPQL) Statement. The JPQL statement is built using a builder namely JPQLStatement.JPQLStatementBuilder . Based upon the JPQL Context types ( JPQLContextType different kinds of JPQL statements are built. The JPQL statements thus generated can be executed using JPA Query APIs to fetch JPA entities.
    See Also:
    JPQLBuilderFactory, JPQLContextView
    • Field Detail

      • statement

        protected String statement
    • Method Detail

      • toString

        public String toString()
        The method provides a String representation of JPQLStatement.
        Overrides:
        toString in class Object