Uses of Class
org.eclipse.persistence.jpa.jpql.tools.model.query.DeleteStatementStateObject
-
Packages that use DeleteStatementStateObject 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 DeleteStatementStateObject in org.eclipse.persistence.jpa.jpql.tools.model
Fields in org.eclipse.persistence.jpa.jpql.tools.model declared as DeleteStatementStateObject Modifier and Type Field Description protected DeleteStatementStateObjectBasicStateObjectBuilder.DeleteStatementBuilder. stateObjectMethods in org.eclipse.persistence.jpa.jpql.tools.model that return DeleteStatementStateObject Modifier and Type Method Description DeleteStatementStateObjectBasicStateObjectBuilder.DeleteStatementBuilder. buildStateObject(JPQLQueryStateObject parent, Expression expression)Methods in org.eclipse.persistence.jpa.jpql.tools.model that return types with arguments of type DeleteStatementStateObject Modifier and Type Method Description protected IBuilder<DeleteStatementStateObject,JPQLQueryStateObject>BasicStateObjectBuilder. buildDeleteStatementBuilder()protected IBuilder<DeleteStatementStateObject,JPQLQueryStateObject>BasicStateObjectBuilder. getDeleteStatementBuilder()Methods in org.eclipse.persistence.jpa.jpql.tools.model with parameters of type DeleteStatementStateObject Modifier and Type Method Description voidAbstractActualJPQLQueryFormatter. visit(DeleteStatementStateObject stateObject)voidAbstractJPQLQueryFormatter. visit(DeleteStatementStateObject stateObject) -
Uses of DeleteStatementStateObject in org.eclipse.persistence.jpa.jpql.tools.model.query
Methods in org.eclipse.persistence.jpa.jpql.tools.model.query that return DeleteStatementStateObject Modifier and Type Method Description DeleteStatementStateObjectJPQLQueryStateObject. addDeleteStatement()Changes the query statement to be aDELETEstatement.DeleteStatementStateObjectDeleteClauseStateObject. getParent()Methods in org.eclipse.persistence.jpa.jpql.tools.model.query with parameters of type DeleteStatementStateObject Modifier and Type Method Description voidAbstractStateObjectVisitor. visit(DeleteStatementStateObject stateObject)voidAnonymousStateObjectVisitor. visit(DeleteStatementStateObject stateObject)voidStateObjectVisitor. visit(DeleteStatementStateObject stateObject)Visits the givenDeleteStatementStateObject.Constructors in org.eclipse.persistence.jpa.jpql.tools.model.query with parameters of type DeleteStatementStateObject Constructor Description DeleteClauseStateObject(DeleteStatementStateObject parent)Creates a newDeleteClauseStateObject.
-