Uses of Class
org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
-
Packages that use AbstractJPQLQueryFormatter Package Description org.eclipse.persistence.jpa.jpql.tools.model The classes defined in this package define the state model API, a state model can be used to manually or programmatically create and edit a JPQL query. -
-
Uses of AbstractJPQLQueryFormatter in org.eclipse.persistence.jpa.jpql.tools.model
Subclasses of AbstractJPQLQueryFormatter in org.eclipse.persistence.jpa.jpql.tools.model Modifier and Type Class Description classDefaultJPQLQueryFormatterThe default implementation of aIJPQLQueryFormatter, which support creating a string representation of a JPQL query written for JPA 1.0 and 2.0.classEclipseLinkJPQLQueryFormatterThe default implementation of aIJPQLQueryFormatterthat adds support for formatting EclipseLink specific JPQL identifiers.
-