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.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 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. -
Uses of EncapsulatedIdentificationVariableExpression in org.eclipse.persistence.jpa.jpql.tools
Methods in org.eclipse.persistence.jpa.jpql.tools with parameters of type EncapsulatedIdentificationVariableExpression Modifier and Type Method Description protected voidDefaultSemanticValidator. validateMapIdentificationVariable(EncapsulatedIdentificationVariableExpression expression) -
Uses of EncapsulatedIdentificationVariableExpression in org.eclipse.persistence.jpa.jpql.tools.model.query
Methods in org.eclipse.persistence.jpa.jpql.tools.model.query that return EncapsulatedIdentificationVariableExpression Modifier and Type Method Description EncapsulatedIdentificationVariableExpressionEncapsulatedIdentificationVariableExpressionStateObject. getExpression()
-