Uses of Class
org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableStateObject
-
Packages that use IdentificationVariableStateObject Package Description org.eclipse.persistence.jpa.jpql.tools 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 IdentificationVariableStateObject in org.eclipse.persistence.jpa.jpql.tools
Methods in org.eclipse.persistence.jpa.jpql.tools with parameters of type IdentificationVariableStateObject Modifier and Type Method Description voidRefactoringTool.EntityNameRenamer. visit(IdentificationVariableStateObject stateObject)voidRefactoringTool.ResultVariableNameRenamer. visit(IdentificationVariableStateObject stateObject)voidRefactoringTool.VariableNameRenamer. visit(IdentificationVariableStateObject stateObject) -
Uses of IdentificationVariableStateObject in org.eclipse.persistence.jpa.jpql.tools.model
Methods in org.eclipse.persistence.jpa.jpql.tools.model with parameters of type IdentificationVariableStateObject Modifier and Type Method Description voidAbstractActualJPQLQueryFormatter. visit(IdentificationVariableStateObject stateObject)voidAbstractJPQLQueryFormatter. visit(IdentificationVariableStateObject stateObject) -
Uses of IdentificationVariableStateObject in org.eclipse.persistence.jpa.jpql.tools.model.query
Methods in org.eclipse.persistence.jpa.jpql.tools.model.query that return IdentificationVariableStateObject Modifier and Type Method Description IdentificationVariableStateObjectAbstractFromClauseStateObject. findIdentificationVariable(String variable)IdentificationVariableStateObjectAbstractSelectStatementStateObject. findIdentificationVariable(String identificationVariable)IdentificationVariableStateObjectAbstractStateObject. findIdentificationVariable(String identificationVariable)IdentificationVariableStateObjectStateObject. findIdentificationVariable(String identificationVariable)Returns theIdentificationVariableStateObjectrepresenting the given identification variable.IdentificationVariableStateObjectCollectionMemberDeclarationStateObject. getIdentificationVariable()Returns the model object representing an identification variable evaluating to a collection-valued association-field of an entity abstract schema type.IdentificationVariableStateObjectAbstractIdentificationVariableDeclarationStateObject. getIdentificationVariableStateObject()Returns theIdentificationVariableStateObjectholding onto the identification variable.IdentificationVariableStateObjectAbstractModifyClauseStateObject. getIdentificationVariableStateObject()Returns theIdentificationVariableStateObjectholding onto the identification variable.IdentificationVariableStateObjectAbstractModifyStatementStateObject. getIdentificationVariableStateObject()Returns theIdentificationVariableStateObjectholding onto the identification variable.IdentificationVariableStateObjectAbstractRangeVariableDeclarationStateObject. getIdentificationVariableStateObject()Returns theIdentificationVariableStateObjectholding onto the identification variable.IdentificationVariableStateObjectJoinStateObject. getIdentificationVariableStateObject()Returns the state object holding the identification variable.IdentificationVariableStateObjectEncapsulatedIdentificationVariableExpressionStateObject. getStateObject()Methods in org.eclipse.persistence.jpa.jpql.tools.model.query that return types with arguments of type IdentificationVariableStateObject Modifier and Type Method Description Iterable<IdentificationVariableStateObject>AbstractFromClauseStateObject. identificationVariables()Returns theIdentificationVariableStateObjectsholding onto the identification variables, which are the variables defined in theFROMclause.ListIterable<IdentificationVariableStateObject>AbstractIdentificationVariableDeclarationStateObject. identificationVariables()ListIterable<IdentificationVariableStateObject>AbstractRangeVariableDeclarationStateObject. identificationVariables()Iterable<IdentificationVariableStateObject>AbstractSelectStatementStateObject. identificationVariables()Returns theIdentificationVariableStateObjectsholding onto the identification variables, which are the variables defined in theFROMclause.ListIterable<IdentificationVariableStateObject>CollectionMemberDeclarationStateObject. identificationVariables()ListIterable<IdentificationVariableStateObject>VariableDeclarationStateObject. identificationVariables()Returns theIdentificationVariableStateObjectthat are used by this state object.Methods in org.eclipse.persistence.jpa.jpql.tools.model.query with parameters of type IdentificationVariableStateObject Modifier and Type Method Description voidAbstractStateObjectVisitor. visit(IdentificationVariableStateObject stateObject)voidAnonymousStateObjectVisitor. visit(IdentificationVariableStateObject stateObject)voidStateObjectVisitor. visit(IdentificationVariableStateObject stateObject)Visits the givenIdentificationVariableStateObject.
-