Uses of Class
org.eclipse.persistence.jpa.jpql.tools.model.BaseJPQLQueryFormatter
-
Packages that use BaseJPQLQueryFormatter 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 BaseJPQLQueryFormatter in org.eclipse.persistence.jpa.jpql.tools.model
Subclasses of BaseJPQLQueryFormatter in org.eclipse.persistence.jpa.jpql.tools.model Modifier and Type Class Description classAbstractActualJPQLQueryFormatterThisIJPQLQueryFormatteris 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.classAbstractJPQLQueryFormatterThe abstract definition of aIJPQLQueryFormatter, which converts anStateObjectinto its string representation that can be used as a real JPQL query.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.classDefaultJPQLQueryFormatterThe default implementation of aIJPQLQueryFormatter, which support creating a string representation of a JPQL query written for JPA 1.0 and 2.0.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.classEclipseLinkJPQLQueryFormatterThe default implementation of aIJPQLQueryFormatterthat adds support for formatting EclipseLink specific JPQL identifiers.
-