Uses of Class
org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableDeclarationStateObject
-
Packages that use IdentificationVariableDeclarationStateObject 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 IdentificationVariableDeclarationStateObject in org.eclipse.persistence.jpa.jpql.tools.model
Methods in org.eclipse.persistence.jpa.jpql.tools.model with parameters of type IdentificationVariableDeclarationStateObject Modifier and Type Method Description voidAbstractActualJPQLQueryFormatter. visit(IdentificationVariableDeclarationStateObject stateObject)voidAbstractJPQLQueryFormatter. visit(IdentificationVariableDeclarationStateObject stateObject) -
Uses of IdentificationVariableDeclarationStateObject in org.eclipse.persistence.jpa.jpql.tools.model.query
Methods in org.eclipse.persistence.jpa.jpql.tools.model.query that return IdentificationVariableDeclarationStateObject Modifier and Type Method Description IdentificationVariableDeclarationStateObjectAbstractFromClauseStateObject. addRangeDeclaration()Adds a new range variable declaration to theFROMclause.IdentificationVariableDeclarationStateObjectAbstractFromClauseStateObject. addRangeDeclaration(String entityName, String identificationVariable)Adds a new range variable declaration.IdentificationVariableDeclarationStateObjectAbstractFromClauseStateObject. addRangeDeclaration(IEntity entity, String identificationVariable)Adds to this select statement a new range variable declaration.IdentificationVariableDeclarationStateObjectAbstractSelectStatementStateObject. addRangeDeclaration()Adds a new range variable declaration to theFROMclause.IdentificationVariableDeclarationStateObjectAbstractSelectStatementStateObject. addRangeDeclaration(String entityName, String identificationVariable)Adds to this select statement a new range variable declaration.IdentificationVariableDeclarationStateObjectAbstractSelectStatementStateObject. addRangeDeclaration(IEntity entity, String identificationVariable)Adds to this select statement a new range variable declaration.Methods in org.eclipse.persistence.jpa.jpql.tools.model.query with parameters of type IdentificationVariableDeclarationStateObject Modifier and Type Method Description voidAbstractStateObjectVisitor. visit(IdentificationVariableDeclarationStateObject stateObject)voidAnonymousStateObjectVisitor. visit(IdentificationVariableDeclarationStateObject stateObject)voidStateObjectVisitor. visit(IdentificationVariableDeclarationStateObject stateObject)Visits the givenIdentificationVariableDeclarationStateObject.Constructors in org.eclipse.persistence.jpa.jpql.tools.model.query with parameters of type IdentificationVariableDeclarationStateObject Constructor Description RangeVariableDeclarationStateObject(IdentificationVariableDeclarationStateObject parent)Creates a newRangeVariableDeclarationStateObject.RangeVariableDeclarationStateObject(IdentificationVariableDeclarationStateObject parent, String entityName)Creates a newRangeVariableDeclarationStateObject.
-