Uses of Class
org.eclipse.persistence.jpa.jpql.tools.model.query.JPQLQueryStateObject
Packages that use JPQLQueryStateObject
Package
Description
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.
This package contains the
StateObject classes that represents a JPQL query.-
Uses of JPQLQueryStateObject in org.eclipse.persistence.jpa.jpql.tools
Methods in org.eclipse.persistence.jpa.jpql.tools that return JPQLQueryStateObjectModifier and TypeMethodDescriptionprotected JPQLQueryStateObjectRefactoringTool.buildStateObject()Creates theStateObjectrepresentation of the JPQL fragment to manipulate.RefactoringTool.getStateObject()Returns theStateObjectrepresentation of the JPQL query or JPQL fragment that was parsed.Methods in org.eclipse.persistence.jpa.jpql.tools with parameters of type JPQLQueryStateObjectModifier and TypeMethodDescriptionvoidRefactoringTool.ResultVariableNameRenamer.visit(JPQLQueryStateObject stateObject) -
Uses of JPQLQueryStateObject in org.eclipse.persistence.jpa.jpql.tools.model
Fields in org.eclipse.persistence.jpa.jpql.tools.model declared as JPQLQueryStateObjectModifier and TypeFieldDescriptionprotected JPQLQueryStateObjectBasicStateObjectBuilder.DeleteStatementBuilder.parentprotected JPQLQueryStateObjectBasicStateObjectBuilder.parentThe parentStateObjectof theStateObjectto create.protected JPQLQueryStateObjectBasicStateObjectBuilder.UpdateStatementBuilder.parentMethods in org.eclipse.persistence.jpa.jpql.tools.model that return JPQLQueryStateObjectModifier and TypeMethodDescriptionAbstractJPQLQueryBuilder.buildStateObject(IManagedTypeProvider provider, CharSequence jpqlQuery, boolean tolerant) AbstractJPQLQueryBuilder.buildStateObject(IManagedTypeProvider provider, CharSequence jpqlQuery, String queryBNFId, boolean tolerant) IJPQLQueryBuilder.buildStateObject(IManagedTypeProvider provider, CharSequence jpqlQuery, boolean tolerant) Creates a state model representation of a JPQL query that can be edited.IJPQLQueryBuilder.buildStateObject(IManagedTypeProvider provider, CharSequence jpqlQuery, String queryBNFId, boolean tolerant) Creates a state model representation of a JPQL query that can be edited.JPQLQueryBuilderWrapper.buildStateObject(IManagedTypeProvider provider, CharSequence jpqlQuery, boolean tolerant) JPQLQueryBuilderWrapper.buildStateObject(IManagedTypeProvider provider, CharSequence jpqlQuery, String queryBNFId, boolean tolerant) Methods in org.eclipse.persistence.jpa.jpql.tools.model that return types with arguments of type JPQLQueryStateObjectModifier and TypeMethodDescriptionBasicStateObjectBuilder.buildDeleteStatementBuilder()BasicStateObjectBuilder.buildSelectStatementBuilder()BasicStateObjectBuilder.buildUpdateStatementBuilder()BasicStateObjectBuilder.getDeleteStatementBuilder()BasicStateObjectBuilder.getSelectStatementBuilder()BasicStateObjectBuilder.getUpdateStatementBuilder()Methods in org.eclipse.persistence.jpa.jpql.tools.model with parameters of type JPQLQueryStateObjectModifier and TypeMethodDescriptionBasicStateObjectBuilder.DeleteStatementBuilder.buildStateObject(JPQLQueryStateObject parent, Expression expression) BasicStateObjectBuilder.UpdateStatementBuilder.buildStateObject(JPQLQueryStateObject parent, Expression expression) voidAbstractActualJPQLQueryFormatter.visit(JPQLQueryStateObject stateObject) voidAbstractJPQLQueryFormatter.visit(JPQLQueryStateObject stateObject) -
Uses of JPQLQueryStateObject in org.eclipse.persistence.jpa.jpql.tools.model.query
Methods in org.eclipse.persistence.jpa.jpql.tools.model.query that return JPQLQueryStateObjectModifier and TypeMethodDescriptionAbstractModifyStatementStateObject.getParent()SelectStatementStateObject.getParent()AbstractStateObject.getRoot()JPQLQueryStateObject.getRoot()StateObject.getRoot()Returns the root of theStateObjecthierarchy.Methods in org.eclipse.persistence.jpa.jpql.tools.model.query with parameters of type JPQLQueryStateObjectModifier and TypeMethodDescriptionvoidAbstractEclipseLinkTraverseParentVisitor.visit(JPQLQueryStateObject stateObject) voidAbstractStateObjectVisitor.visit(JPQLQueryStateObject stateObject) voidAbstractTraverseParentVisitor.visit(JPQLQueryStateObject stateObject) voidAnonymousStateObjectVisitor.visit(JPQLQueryStateObject stateObject) voidStateObjectVisitor.visit(JPQLQueryStateObject stateObject) Visits the givenJPQLQueryStateObject.Constructors in org.eclipse.persistence.jpa.jpql.tools.model.query with parameters of type JPQLQueryStateObjectModifierConstructorDescriptionprotectedCreates a newAbstractModifyStatementStateObject.Creates a newDeleteStatementStateObject.Creates a newSelectStatementStateObject.Creates a newUpdateStatementStateObject.