Uses of Class
org.eclipse.persistence.jpa.jpql.tools.model.query.DeleteClauseStateObject
-
Packages that use DeleteClauseStateObject 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 DeleteClauseStateObject in org.eclipse.persistence.jpa.jpql.tools.model
Methods in org.eclipse.persistence.jpa.jpql.tools.model with parameters of type DeleteClauseStateObject Modifier and Type Method Description voidAbstractActualJPQLQueryFormatter. visit(DeleteClauseStateObject stateObject)voidAbstractJPQLQueryFormatter. visit(DeleteClauseStateObject stateObject) -
Uses of DeleteClauseStateObject in org.eclipse.persistence.jpa.jpql.tools.model.query
Methods in org.eclipse.persistence.jpa.jpql.tools.model.query that return DeleteClauseStateObject Modifier and Type Method Description DeleteClauseStateObjectDeleteStatementStateObject. getModifyClause()Returns the state object representing theDELETEclause.Methods in org.eclipse.persistence.jpa.jpql.tools.model.query with parameters of type DeleteClauseStateObject Modifier and Type Method Description voidAbstractStateObjectVisitor. visit(DeleteClauseStateObject stateObject)voidAnonymousStateObjectVisitor. visit(DeleteClauseStateObject stateObject)voidStateObjectVisitor. visit(DeleteClauseStateObject stateObject)Visits the givenDeleteClauseStateObject.
-