Uses of Class
org.eclipse.persistence.jpa.jpql.parser.EncapsulatedIdentificationVariableExpression
-
Packages that use EncapsulatedIdentificationVariableExpression 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 EncapsulatedIdentificationVariableExpression in org.eclipse.persistence.jpa.jpql.parser
Subclasses of EncapsulatedIdentificationVariableExpression in org.eclipse.persistence.jpa.jpql.parser Modifier and Type Class Description classEntryExpressionAn identification variable qualified by theENTRYoperator is a path expression.classIndexExpressionThe INDEX function returns an integer value corresponding to the position of its argument in an ordered list.classKeyExpressionAn identification variable qualified by theKEYoperator is a path expression.classObjectExpressionStand-alone identification variables in the SELECT clause may optionally be qualified by the OBJECT operator.classValueExpressionAn identification variable qualified by theVALUEoperator is a path expression.
-