Class OptionalTableUpdateWithOptionalRowCount
java.lang.Object
org.hibernate.sql.model.ast.AbstractTableMutation<MutationOperation>
org.hibernate.sql.model.ast.AbstractRestrictedTableMutation<MutationOperation>
org.hibernate.sql.model.internal.OptionalTableUpdate
org.hibernate.sql.model.jdbc.OptionalTableUpdateWithOptionalRowCount
- All Implemented Interfaces:
SqlAstNode, Statement, RestrictedTableMutation<MutationOperation>, TableMutation<MutationOperation>
public class OptionalTableUpdateWithOptionalRowCount
extends org.hibernate.sql.model.internal.OptionalTableUpdate
An OptionalTableUpdate that uses Expectation.OptionalRowCount.
-
Constructor Summary
ConstructorsConstructorDescriptionOptionalTableUpdateWithOptionalRowCount(org.hibernate.sql.model.internal.OptionalTableUpdate original) -
Method Summary
Modifier and TypeMethodDescriptionThe validation expectation for the mutationMethods inherited from class org.hibernate.sql.model.internal.OptionalTableUpdate
accept, createMutationOperation, createMutationOperation, forEachParameter, forEachValueBinding, getLoggableName, getMutationTarget, getValueBindings, isCallable, isCustomSqlMethods inherited from class AbstractRestrictedTableMutation
forEachKeyBinding, forEachOptimisticLockBinding, getKeyBindings, getOptimisticLockBindingsMethods inherited from class AbstractTableMutation
createMutationOperation, forEachThing, getMutatingTable, getMutationComment, getParameters, toStringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface RestrictedTableMutation
forEachKeyBinding, forEachOptimisticLockBinding, getKeyBindings, getNumberOfKeyBindings, getNumberOfOptimisticLockBindings, getOptimisticLockBindingsMethods inherited from interface Statement
isSelectionMethods inherited from interface TableMutation
createMutationOperation, getMutatingTable, getMutationComment, getParameters, getTableName
-
Constructor Details
-
OptionalTableUpdateWithOptionalRowCount
public OptionalTableUpdateWithOptionalRowCount(org.hibernate.sql.model.internal.OptionalTableUpdate original)
-
-
Method Details
-
getExpectation
Description copied from interface:TableMutationThe validation expectation for the mutation- Specified by:
getExpectationin interfaceTableMutation<MutationOperation>- Overrides:
getExpectationin classorg.hibernate.sql.model.internal.OptionalTableUpdate
-