Uses of Class
org.eclipse.persistence.jpa.jpql.parser.EncapsulatedIdentificationVariableExpression
Packages that use 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
Subclasses of EncapsulatedIdentificationVariableExpression in org.eclipse.persistence.jpa.jpql.parserModifier and TypeClassDescriptionfinal classAn identification variable qualified by theENTRYoperator is a path expression.final classThe result of an ID function expression is the Entity primary key.final classThe INDEX function returns an integer value corresponding to the position of its argument in an ordered list.final classAn identification variable qualified by theKEYoperator is a path expression.final classStand-alone identification variables in the SELECT clause may optionally be qualified by the OBJECT operator.final classAn identification variable qualified by theVALUEoperator is a path expression.final classThe result of an VERSION function expression is value Entity@Versionfield. -
Uses of EncapsulatedIdentificationVariableExpression in org.eclipse.persistence.jpa.jpql.tools
Methods in org.eclipse.persistence.jpa.jpql.tools with parameters of type EncapsulatedIdentificationVariableExpressionModifier and TypeMethodDescriptionprotected 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 EncapsulatedIdentificationVariableExpressionModifier and TypeMethodDescriptionEncapsulatedIdentificationVariableExpressionStateObject.getExpression()