Uses of Class
org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractIdentificationVariableDeclarationStateObject
-
Packages that use AbstractIdentificationVariableDeclarationStateObject 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 AbstractIdentificationVariableDeclarationStateObject in org.eclipse.persistence.jpa.jpql.tools.model
Fields in org.eclipse.persistence.jpa.jpql.tools.model declared as AbstractIdentificationVariableDeclarationStateObject Modifier and Type Field Description protected AbstractIdentificationVariableDeclarationStateObjectBasicStateObjectBuilder.JoinBuilder. parentprotected AbstractIdentificationVariableDeclarationStateObjectBasicStateObjectBuilder.AbstractRangeDeclarationBuilder. stateObjectThe concrete instance ofIdentificationVariableDeclarationStateObjectthat represents the visitedIdentificationVariableDeclaration.Methods in org.eclipse.persistence.jpa.jpql.tools.model with parameters of type AbstractIdentificationVariableDeclarationStateObject Modifier and Type Method Description JoinStateObjectBasicStateObjectBuilder.JoinBuilder. buildStateObject(AbstractIdentificationVariableDeclarationStateObject parent, Expression expression)protected voidAbstractActualJPQLQueryFormatter. toStringIdentificationVariableDeclaration(AbstractIdentificationVariableDeclarationStateObject stateObject)protected voidAbstractJPQLQueryFormatter. toStringIdentificationVariableDeclaration(AbstractIdentificationVariableDeclarationStateObject stateObject) -
Uses of AbstractIdentificationVariableDeclarationStateObject in org.eclipse.persistence.jpa.jpql.tools.model.query
Subclasses of AbstractIdentificationVariableDeclarationStateObject in org.eclipse.persistence.jpa.jpql.tools.model.query Modifier and Type Class Description classDerivedPathIdentificationVariableDeclarationStateObjectclassIdentificationVariableDeclarationStateObjectAn identification variable is a valid identifier declared in theFROMclause of a query.Methods in org.eclipse.persistence.jpa.jpql.tools.model.query that return AbstractIdentificationVariableDeclarationStateObject Modifier and Type Method Description AbstractIdentificationVariableDeclarationStateObjectJoinStateObject. getParent()Constructors in org.eclipse.persistence.jpa.jpql.tools.model.query with parameters of type AbstractIdentificationVariableDeclarationStateObject Constructor Description AbstractRangeVariableDeclarationStateObject(AbstractIdentificationVariableDeclarationStateObject parent)Creates a newRangeVariableDeclarationStateObject.AbstractRangeVariableDeclarationStateObject(AbstractIdentificationVariableDeclarationStateObject parent, String root)Creates a newRangeVariableDeclarationStateObject.JoinStateObject(AbstractIdentificationVariableDeclarationStateObject parent, String joinType)Creates a newJoinStateObject.JoinStateObject(AbstractIdentificationVariableDeclarationStateObject parent, String joinType, boolean as)Creates a newJoinStateObject.
-