Uses of Class
org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
-
Packages that use AbstractActualJPQLQueryFormatter 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 AbstractActualJPQLQueryFormatter in org.eclipse.persistence.jpa.jpql.tools.model
Subclasses of AbstractActualJPQLQueryFormatter in org.eclipse.persistence.jpa.jpql.tools.model Modifier and Type Class Description classDefaultActualJPQLQueryFormatterThisIJPQLQueryFormatteris used to generate a string representation of aStateObjectbased on how it was parsed, which means this formatter can only be used when theStateObjectwas created by parsing a JPQL query because it needs to retrieve parsing information from the correspondingExpression.classEclipseLinkActualJPQLQueryFormatterThisIJPQLQueryFormatteris used to generate a string representation of aStateObjectbased on how it was parsed, which means this formatter can only be used when theStateObjectwas created by parsing a JPQL query because it needs to retrieve parsing information from the correspondingExpression.
-