Uses of Class
org.eclipse.persistence.jpa.jpql.tools.model.query.ResultVariableStateObject
-
Packages that use ResultVariableStateObject 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 ResultVariableStateObject in org.eclipse.persistence.jpa.jpql.tools
Methods in org.eclipse.persistence.jpa.jpql.tools with parameters of type ResultVariableStateObject Modifier and Type Method Description voidRefactoringTool.ResultVariableNameRenamer. visit(ResultVariableStateObject stateObject) -
Uses of ResultVariableStateObject in org.eclipse.persistence.jpa.jpql.tools.model
Methods in org.eclipse.persistence.jpa.jpql.tools.model with parameters of type ResultVariableStateObject Modifier and Type Method Description voidAbstractActualJPQLQueryFormatter. visit(ResultVariableStateObject stateObject)voidAbstractJPQLQueryFormatter. visit(ResultVariableStateObject stateObject) -
Uses of ResultVariableStateObject in org.eclipse.persistence.jpa.jpql.tools.model.query
Methods in org.eclipse.persistence.jpa.jpql.tools.model.query that return ResultVariableStateObject Modifier and Type Method Description ResultVariableStateObjectResultVariableStateObject. addAs()Makes sure theASidentifier is used.ResultVariableStateObjectSelectClauseStateObject. addItem(String jpqlFragment, String resultVariable)Adds the given expression as a select item.ResultVariableStateObjectSelectClauseStateObject. addItem(StateObject stateObject, String resultVariable)Adds the givenStateObjectas a select item.ResultVariableStateObjectSelectClauseStateObject. addItemAs(String jpqlFragment, String resultVariable)Adds the given JPQL fragment as a select item.ResultVariableStateObjectSelectClauseStateObject. addItemAs(StateObject stateObject, String resultVariable)Adds the givenStateObjectas a select item.ResultVariableStateObjectSelectStatementStateObject. addSelectItem(String jpqlFragment, String resultVariable)Adds the given expression as a select item.ResultVariableStateObjectSelectStatementStateObject. addSelectItem(StateObject stateObject, String resultVariable)Adds the givenStateObjectas a select item.ResultVariableStateObjectSelectStatementStateObject. addSelectItemAs(String jpqlFragment, String resultVariable)Adds the given expression as a select item.ResultVariableStateObjectSelectStatementStateObject. addSelectItemAs(StateObject stateObject, String resultVariable)Adds the givenStateObjectas a select item.Methods in org.eclipse.persistence.jpa.jpql.tools.model.query with parameters of type ResultVariableStateObject Modifier and Type Method Description voidAbstractStateObjectVisitor. visit(ResultVariableStateObject stateObject)voidAnonymousStateObjectVisitor. visit(ResultVariableStateObject stateObject)voidStateObjectVisitor. visit(ResultVariableStateObject stateObject)Visits the givenResultVariableStateObject.
-