Uses of Class
org.eclipse.persistence.jpa.jpql.parser.EncapsulatedIdentificationVariableExpression
Package
Description
This is the core of Hermes, this package contains the classes that can parse a JPQL query.
This package contains the
StateObject
classes that represents a JPQL query.-
Uses of EncapsulatedIdentificationVariableExpression in org.eclipse.persistence.jpa.jpql.parser
Modifier and TypeClassDescriptionfinal class
An identification variable qualified by theENTRY
operator is a path expression.final class
The INDEX function returns an integer value corresponding to the position of its argument in an ordered list.final class
An identification variable qualified by theKEY
operator is a path expression.final class
Stand-alone identification variables in the SELECT clause may optionally be qualified by the OBJECT operator.final class
An identification variable qualified by theVALUE
operator is a path expression. -
Uses of EncapsulatedIdentificationVariableExpression in org.eclipse.persistence.jpa.jpql.tools
Modifier and TypeMethodDescriptionprotected void
DefaultSemanticValidator.validateMapIdentificationVariable
(EncapsulatedIdentificationVariableExpression expression) -
Uses of EncapsulatedIdentificationVariableExpression in org.eclipse.persistence.jpa.jpql.tools.model.query
Modifier and TypeMethodDescriptionEncapsulatedIdentificationVariableExpressionStateObject.getExpression()