Uses of Class
org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyStatementStateObject
-
Packages that use AbstractModifyStatementStateObject 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 AbstractModifyStatementStateObject in org.eclipse.persistence.jpa.jpql.tools.model
Methods in org.eclipse.persistence.jpa.jpql.tools.model with parameters of type AbstractModifyStatementStateObject Modifier and Type Method Description protected voidAbstractActualJPQLQueryFormatter. toStringModifyStatement(AbstractModifyStatementStateObject stateObject)protected voidAbstractJPQLQueryFormatter. toStringModifyStatement(AbstractModifyStatementStateObject stateObject) -
Uses of AbstractModifyStatementStateObject in org.eclipse.persistence.jpa.jpql.tools.model.query
Subclasses of AbstractModifyStatementStateObject in org.eclipse.persistence.jpa.jpql.tools.model.query Modifier and Type Class Description classDeleteStatementStateObjectBulk delete operation apply to entities of a single entity class (together with its subclasses, if any).classUpdateStatementStateObjectTheUPDATEclause of a query consists of a conditional expression used to select objects or values that satisfy the expression.Methods in org.eclipse.persistence.jpa.jpql.tools.model.query that return AbstractModifyStatementStateObject Modifier and Type Method Description AbstractModifyStatementStateObjectAbstractModifyClauseStateObject. getParent()Constructors in org.eclipse.persistence.jpa.jpql.tools.model.query with parameters of type AbstractModifyStatementStateObject Constructor Description AbstractModifyClauseStateObject(AbstractModifyStatementStateObject parent)Creates a newUpdateClauseStateObject.WhereClauseStateObject(AbstractModifyStatementStateObject parent)Creates a newWhereClauseStateObject.
-