Package org.hibernate.sql.model.ast
Interface TableDelete
-
- All Superinterfaces:
RestrictedTableMutation<JdbcDeleteMutation>
,Statement
,TableMutation<JdbcDeleteMutation>
- All Known Implementing Classes:
AbstractTableDelete
,TableDeleteCustomSql
,TableDeleteStandard
public interface TableDelete extends RestrictedTableMutation<JdbcDeleteMutation>
Models an update to a model (entity or collection) table, triggered from flush
-
-
Method Summary
-
Methods inherited from interface org.hibernate.sql.model.ast.RestrictedTableMutation
forEachKeyBinding, forEachOptimisticLockBinding, forEachValueBinding, getKeyBindings, getNumberOfKeyBindings, getNumberOfOptimisticLockBindings, getOptimisticLockBindings
-
Methods inherited from interface org.hibernate.sql.model.ast.TableMutation
createMutationOperation, createMutationOperation, forEachParameter, getExpectation, getMutatingTable, getMutationComment, getParameters, getTableName, isCallable
-
-