Class DeleteStatementStateObject

  • All Implemented Interfaces:
    StateObject

    public class DeleteStatementStateObject
    extends AbstractModifyStatementStateObject
    Bulk delete operation apply to entities of a single entity class (together with its subclasses, if any).
    BNF: delete_statement ::= delete_clause [where_clause]

    Since:
    2.4
    Version:
    2.4
    Author:
    Pascal Filion
    See Also:
    DeleteStatement
    • Constructor Detail

      • DeleteStatementStateObject

        public DeleteStatementStateObject​(JPQLQueryStateObject parent)
        Creates a new DeleteStatementStateObject.
        Parameters:
        parent - The parent of this state object, which cannot be null
        Throws:
        java.lang.NullPointerException - The given parent cannot be null