Uses of Class
org.eclipse.persistence.jpa.jpql.tools.model.query.RangeVariableDeclarationStateObject
-
Packages that use RangeVariableDeclarationStateObject 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 RangeVariableDeclarationStateObject in org.eclipse.persistence.jpa.jpql.tools.model
Methods in org.eclipse.persistence.jpa.jpql.tools.model with parameters of type RangeVariableDeclarationStateObject Modifier and Type Method Description voidAbstractActualJPQLQueryFormatter. visit(RangeVariableDeclarationStateObject stateObject)voidAbstractJPQLQueryFormatter. visit(RangeVariableDeclarationStateObject stateObject) -
Uses of RangeVariableDeclarationStateObject in org.eclipse.persistence.jpa.jpql.tools.model.query
Methods in org.eclipse.persistence.jpa.jpql.tools.model.query that return RangeVariableDeclarationStateObject Modifier and Type Method Description RangeVariableDeclarationStateObjectRangeVariableDeclarationStateObject. addAs()RangeVariableDeclarationStateObjectAbstractModifyClauseStateObject. getRangeVariableDeclaration()Returns theStateObjectthat defines the range variable declaration.RangeVariableDeclarationStateObjectAbstractModifyStatementStateObject. getRangeVariableDeclaration()Returns theStateObjectthat defines the range variable declaration.RangeVariableDeclarationStateObjectIdentificationVariableDeclarationStateObject. getRangeVariableDeclaration()Methods in org.eclipse.persistence.jpa.jpql.tools.model.query with parameters of type RangeVariableDeclarationStateObject Modifier and Type Method Description voidAbstractStateObjectVisitor. visit(RangeVariableDeclarationStateObject stateObject)voidAnonymousStateObjectVisitor. visit(RangeVariableDeclarationStateObject stateObject)voidStateObjectVisitor. visit(RangeVariableDeclarationStateObject stateObject)Visits the givenRangeVariableDeclarationStateObject.
-