Interface JPQLBuilderFactory


public interface JPQLBuilderFactory
Factory interface for creating following instances
See Also:
  • Method Details

    • getStatementBuilder

      The method returns JPQL statement builder for building JPQL statements.
      Parameters:
      context - is JPQLContext that determines the type of JPQL statement builder. The parameter cannot be null.
      Returns:
      an instance of JPQLStatementBuilder
    • getContextBuilder

      JPQLContext.JPQLContextBuilder getContextBuilder(JPQLContextType contextType)
      The method returns a JPQL context builder for building JPQL Context object.
      Parameters:
      contextType - is JPQLContextType that determines the type of JPQL context builder. The parameter cannot be null.
      Returns:
      an instance of JPQLContextBuilder
    • getJPAMethodContextBuilder

      JPAMethodContext.JPAMethodContextBuilder getJPAMethodContextBuilder(JPQLContextType contextType)
      The method returns a JPA method context builder for building JPA Method context object.
      Parameters:
      contextType - is JPQLContextType that determines the type of JPQL context builder. The parameter cannot be null.
      Returns:
      an instance of JPAMethodContextBuilder