Uses of Class
org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyClauseStateObject
-
Packages that use AbstractModifyClauseStateObject Package Description org.eclipse.persistence.jpa.jpql.tools.model.query This package contains theStateObjectclasses that represents a JPQL query. -
-
Uses of AbstractModifyClauseStateObject in org.eclipse.persistence.jpa.jpql.tools.model.query
Subclasses of AbstractModifyClauseStateObject in org.eclipse.persistence.jpa.jpql.tools.model.query Modifier and Type Class Description classDeleteClauseStateObjectThis is theDELETEclause of theDELETEstatement.classUpdateClauseStateObjectThis is theUPDATEclause of theUPDATEstatement.Methods in org.eclipse.persistence.jpa.jpql.tools.model.query that return AbstractModifyClauseStateObject Modifier and Type Method Description protected abstract AbstractModifyClauseStateObjectAbstractModifyStatementStateObject. buildModifyClause()Creates the actualAbstractModifyClauseStateObjectthat represents the modify clause.protected AbstractModifyClauseStateObjectDeleteStatementStateObject. buildModifyClause()protected AbstractModifyClauseStateObjectUpdateStatementStateObject. buildModifyClause()AbstractModifyClauseStateObjectAbstractModifyStatementStateObject. getModifyClause()Returns the state object representing the modify clause part of the modify statement.Constructors in org.eclipse.persistence.jpa.jpql.tools.model.query with parameters of type AbstractModifyClauseStateObject Constructor Description AbstractRangeVariableDeclarationStateObject(AbstractModifyClauseStateObject parent)Creates a newAbstractRangeVariableDeclarationStateObject.RangeVariableDeclarationStateObject(AbstractModifyClauseStateObject parent)Creates a newRangeVariableDeclarationStateObject.
-