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]

    Version:
    2.4
    See Also:
    DeleteStatement
    Author:
    Pascal Filion
    Since:
    2.4