Uses of Class
org.eclipse.persistence.jpa.jpql.tools.model.query.EncapsulatedIdentificationVariableExpressionStateObject
-
Packages that use EncapsulatedIdentificationVariableExpressionStateObject Package Description org.eclipse.persistence.jpa.jpql.tools.model The classes defined in this package define the state model API, a state model can be used to manually or programmatically create and edit a JPQL query.org.eclipse.persistence.jpa.jpql.tools.model.query This package contains theStateObjectclasses that represents a JPQL query. -
-
Uses of EncapsulatedIdentificationVariableExpressionStateObject in org.eclipse.persistence.jpa.jpql.tools.model
Methods in org.eclipse.persistence.jpa.jpql.tools.model with parameters of type EncapsulatedIdentificationVariableExpressionStateObject Modifier and Type Method Description protected voidAbstractActualJPQLQueryFormatter. toStringEncapsulatedIdentificationVariable(EncapsulatedIdentificationVariableExpressionStateObject stateObject)protected voidAbstractJPQLQueryFormatter. toStringEncapsulatedIdentificationVariable(EncapsulatedIdentificationVariableExpressionStateObject stateObject) -
Uses of EncapsulatedIdentificationVariableExpressionStateObject in org.eclipse.persistence.jpa.jpql.tools.model.query
Subclasses of EncapsulatedIdentificationVariableExpressionStateObject in org.eclipse.persistence.jpa.jpql.tools.model.query Modifier and Type Class Description classEntryExpressionStateObjectclassIndexExpressionStateObjectTheINDEXfunction returns an integer value corresponding to the position of its argument in an ordered list.classKeyExpressionStateObjectThis object represents an identification variable that maps the keys of aMap.classObjectExpressionStateObjectStand-alone identification variables in theSELECTclause may optionally be qualified by theOBJECToperator.classValueExpressionStateObjectThis object represents an identification variable that maps the values of aMap.
-