Uses of Class
org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractPathExpressionStateObject
-
Packages that use AbstractPathExpressionStateObject 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.org.eclipse.persistence.jpa.jpql.tools.model.query This package contains theStateObjectclasses that represents a JPQL query. -
-
Uses of AbstractPathExpressionStateObject in org.eclipse.persistence.jpa.jpql.tools
Methods in org.eclipse.persistence.jpa.jpql.tools with parameters of type AbstractPathExpressionStateObject Modifier and Type Method Description protected voidRefactoringTool.FieldNameRenamer. rename(AbstractPathExpressionStateObject stateObject)Performs the rename on the path expression.protected voidRefactoringTool.EnumConstantRenamer. renameEnumConstant(AbstractPathExpressionStateObject stateObject) -
Uses of AbstractPathExpressionStateObject in org.eclipse.persistence.jpa.jpql.tools.model
Methods in org.eclipse.persistence.jpa.jpql.tools.model with parameters of type AbstractPathExpressionStateObject Modifier and Type Method Description protected voidAbstractActualJPQLQueryFormatter. toStringPathExpression(AbstractPathExpressionStateObject stateObject)protected voidAbstractJPQLQueryFormatter. toStringPathExpression(AbstractPathExpressionStateObject stateObject) -
Uses of AbstractPathExpressionStateObject in org.eclipse.persistence.jpa.jpql.tools.model.query
Subclasses of AbstractPathExpressionStateObject in org.eclipse.persistence.jpa.jpql.tools.model.query Modifier and Type Class Description classCollectionValuedPathExpressionStateObjectA collection-valued field is designated by the name of an association field in a one-to-many or a many-to-many relationship or by the name of an element collection field.classStateFieldPathExpressionStateObjectA single-valued association field is designated by the name of an association-field in a one-to-one or many-to-one relationship.
-