Uses of Interface
org.eclipse.persistence.jpa.jpql.tools.model.IJPQLQueryFormatter
-
Packages that use IJPQLQueryFormatter Package Description org.eclipse.persistence.jpa.jpql.tools 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 IJPQLQueryFormatter in org.eclipse.persistence.jpa.jpql.tools
Methods in org.eclipse.persistence.jpa.jpql.tools that return IJPQLQueryFormatter Modifier and Type Method Description protected IJPQLQueryFormatterDefaultRefactoringTool. buildFormatter()protected IJPQLQueryFormatterEclipseLinkRefactoringTool. buildFormatter()protected abstract IJPQLQueryFormatterRefactoringTool. buildFormatter()Creates a new formatter that will convert theStateObjectrepresentation of the JPQL query, once the refactoring occurred into a string.IJPQLQueryFormatterRefactoringTool. getFormatter()Returns theIJPQLQueryFormatterthat creates an accurate representation of theStateObject, i.e.Methods in org.eclipse.persistence.jpa.jpql.tools with parameters of type IJPQLQueryFormatter Modifier and Type Method Description voidRefactoringTool. setFormatter(IJPQLQueryFormatter jpqlQueryFormatter)Sets theIJPQLQueryFormatterthat creates an accurate representation of theStateObject, i.e. -
Uses of IJPQLQueryFormatter in org.eclipse.persistence.jpa.jpql.tools.model
Classes in org.eclipse.persistence.jpa.jpql.tools.model that implement IJPQLQueryFormatter 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.classBaseJPQLQueryFormatterAn abstract implementation of aIJPQLQueryFormatter.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.
-