Uses of Interface
org.eclipse.persistence.jpa.jpql.parser.ParentExpression
Packages that use ParentExpression
Package
Description
This is the core of Hermes, this package contains the classes that can parse a JPQL query.
-
Uses of ParentExpression in org.eclipse.persistence.jpa.jpql.parser
Classes in org.eclipse.persistence.jpa.jpql.parser that implement ParentExpressionModifier and TypeClassDescriptionfinal classAJPQLExpressionis the root of the parsed tree representation of a JPQL query.final classRange variable declarations allow the developer to designate a "root" for objects which may not be reachable by navigation.final classThis expression wraps a sub-expression within parenthesis.Methods in org.eclipse.persistence.jpa.jpql.parser that return ParentExpressionModifier and TypeMethodDescriptionfinal ParentExpressionAbstractExpression.getParentExpression()Returns closest nested expression that encapsulates this expression, or the root expression if not inside a nested expression.