Uses of Class
org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
-
Packages that use AnonymousStateObjectVisitor Package Description org.eclipse.persistence.jpa.jpql.tools org.eclipse.persistence.jpa.jpql.tools.model.query This package contains theStateObjectclasses that represents a JPQL query. -
-
Uses of AnonymousStateObjectVisitor in org.eclipse.persistence.jpa.jpql.tools
Subclasses of AnonymousStateObjectVisitor in org.eclipse.persistence.jpa.jpql.tools Modifier and Type Class Description protected static classRefactoringTool.ClassNameRenamerThis visitor renames a fully qualified class name.protected static classRefactoringTool.EntityNameRenamerThis visitor renames an entity name.protected static classRefactoringTool.EnumConstantRenamerThis visitor renames an enum constant.protected static classRefactoringTool.FieldNameRenamerThis visitor renames any segment of a path expression.protected static classRefactoringTool.ResultVariableNameRenamerThis visitor renames all the result variables found in the JPQL query.protected static classRefactoringTool.VariableNameRenamerThis visitor renames all the identification variables found in the JPQL query. -
Uses of AnonymousStateObjectVisitor in org.eclipse.persistence.jpa.jpql.tools.model.query
Subclasses of AnonymousStateObjectVisitor in org.eclipse.persistence.jpa.jpql.tools.model.query Modifier and Type Class Description classAbstractEclipseLinkTraverseChildrenVisitorThisStateObjectVisitortraverses the entire hierarchy of the JPQL parsed tree by going down into each of the children of any givenStateObject.classAbstractEclipseLinkTraverseParentVisitorThisStateObjectVisitortraverses up the hierarchy.classAbstractTraverseChildrenVisitorThisStateObjectVisitortraverses the entire hierarchy of the JPQL parsed tree by going down into each of the children of any givenStateObject.classAbstractTraverseParentVisitorThisStateObjectVisitortraverses up the hierarchy.classAnonynousEclipseLinkStateObjectVisitorThis visitor allows a subclass to simply overridevisit(StateObject)and perform the same task for all visitedItateObjects.
-