Class UpdateCoordinatorNoOp
java.lang.Object
org.hibernate.persister.entity.mutation.UpdateCoordinatorNoOp
- All Implemented Interfaces:
MutationCoordinator
,UpdateCoordinator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
forceVersionIncrement
(Object id, Object currentVersion, Object nextVersion, SharedSessionContractImplementor session) The operation group used to perform the mutation unless some form of dynamic mutation is necessary.update
(Object entity, Object id, Object rowId, Object[] values, Object oldVersion, Object[] incomingOldValues, int[] dirtyAttributeIndexes, boolean hasDirtyCollection, SharedSessionContractImplementor session) Update a persistent instance.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.hibernate.persister.entity.mutation.UpdateCoordinator
forceVersionIncrement
-
Constructor Details
-
UpdateCoordinatorNoOp
-
-
Method Details
-
getStaticMutationOperationGroup
Description copied from interface:MutationCoordinator
The operation group used to perform the mutation unless some form of dynamic mutation is necessary.- Specified by:
getStaticMutationOperationGroup
in interfaceMutationCoordinator
-