Uses of Class
org.eclipse.persistence.jpa.jpql.tools.model.query.DerivedPathIdentificationVariableDeclarationStateObject
-
Packages that use DerivedPathIdentificationVariableDeclarationStateObject 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 DerivedPathIdentificationVariableDeclarationStateObject in org.eclipse.persistence.jpa.jpql.tools.model
Methods in org.eclipse.persistence.jpa.jpql.tools.model with parameters of type DerivedPathIdentificationVariableDeclarationStateObject Modifier and Type Method Description voidAbstractActualJPQLQueryFormatter. visit(DerivedPathIdentificationVariableDeclarationStateObject stateObject)voidAbstractJPQLQueryFormatter. visit(DerivedPathIdentificationVariableDeclarationStateObject stateObject) -
Uses of DerivedPathIdentificationVariableDeclarationStateObject in org.eclipse.persistence.jpa.jpql.tools.model.query
Methods in org.eclipse.persistence.jpa.jpql.tools.model.query that return DerivedPathIdentificationVariableDeclarationStateObject Modifier and Type Method Description DerivedPathIdentificationVariableDeclarationStateObjectSimpleFromClauseStateObject. addDerivedPathDeclaration()Adds a new derived identification variable declaration to theFROMclause.DerivedPathIdentificationVariableDeclarationStateObjectSimpleFromClauseStateObject. addDerivedPathDeclaration(String path, String identificationVariable)Adds a new derived identification variable declaration to theFROMclause.DerivedPathIdentificationVariableDeclarationStateObjectSimpleSelectStatementStateObject. addDerivedPathDeclaration()Adds a new derived identification variable declaration to theFROMclause.DerivedPathIdentificationVariableDeclarationStateObjectSimpleSelectStatementStateObject. addDerivedPathDeclaration(String path, String identificationVariable)Adds a new derived identification variable declaration to theFROMclause.DerivedPathIdentificationVariableDeclarationStateObjectDerivedPathVariableDeclarationStateObject. getParent()Methods in org.eclipse.persistence.jpa.jpql.tools.model.query with parameters of type DerivedPathIdentificationVariableDeclarationStateObject Modifier and Type Method Description voidAbstractStateObjectVisitor. visit(DerivedPathIdentificationVariableDeclarationStateObject stateObject)voidAnonymousStateObjectVisitor. visit(DerivedPathIdentificationVariableDeclarationStateObject stateObject)voidStateObjectVisitor. visit(DerivedPathIdentificationVariableDeclarationStateObject stateObject)Visits the givenDerivedPathIdentificationVariableDeclarationStateObject.Constructors in org.eclipse.persistence.jpa.jpql.tools.model.query with parameters of type DerivedPathIdentificationVariableDeclarationStateObject Constructor Description DerivedPathVariableDeclarationStateObject(DerivedPathIdentificationVariableDeclarationStateObject parent)Creates a newDerivedPathVariableDeclarationStateObject.DerivedPathVariableDeclarationStateObject(DerivedPathIdentificationVariableDeclarationStateObject parent, String path)Creates a newDerivedPathVariableDeclarationStateObject.
-