Uses of Class
org.eclipse.persistence.jpa.jpql.parser.AbstractTraverseChildrenVisitor
-
Packages that use AbstractTraverseChildrenVisitor Package Description org.eclipse.persistence.jpa.jpql.parser This is the core of Hermes, this package contains the classes that can parse a JPQL query. -
-
Uses of AbstractTraverseChildrenVisitor in org.eclipse.persistence.jpa.jpql.parser
Subclasses of AbstractTraverseChildrenVisitor in org.eclipse.persistence.jpa.jpql.parser Modifier and Type Class Description classAbstractEclipseLinkTraverseChildrenVisitorThisExpressionVisitortraverses the entire hierarchy of the JPQL parsed tree by going down into each of the children of any givenExpression.classFullyQualifyPathExpressionVisitorThis visitor makes sure that all path expressions are fully qualified with a "virtual" identification variable if the range variable declaration does not define one.
-