Class DefaultJPQLQueryFormatter

All Implemented Interfaces:
IJPQLQueryFormatter, StateObjectVisitor

public class DefaultJPQLQueryFormatter extends AbstractJPQLQueryFormatter
The default implementation of a IJPQLQueryFormatter, which support creating a string representation of a JPQL query written for JPA 1.0 and 2.0.
Since:
2.4
Version:
2.4
  • Constructor Details

    • DefaultJPQLQueryFormatter

      public DefaultJPQLQueryFormatter(IJPQLQueryFormatter.IdentifierStyle style)
      Creates a new DefaultJPQLQueryFormatter.
      Parameters:
      style - Determines how the JPQL identifiers are written out
      Throws:
      NullPointerException - The IdentifierStyle cannot be null