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