Class UpdateCoordinatorNoOp
java.lang.Object
org.hibernate.persister.entity.mutation.UpdateCoordinatorNoOp
- All Implemented Interfaces:
MutationCoordinator,UpdateCoordinator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidforceVersionIncrement(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, waitMethods inherited from interface org.hibernate.persister.entity.mutation.UpdateCoordinator
forceVersionIncrement
-
Constructor Details
-
UpdateCoordinatorNoOp
-
-
Method Details
-
getStaticMutationOperationGroup
Description copied from interface:MutationCoordinatorThe operation group used to perform the mutation unless some form of dynamic mutation is necessary.- Specified by:
getStaticMutationOperationGroupin interfaceMutationCoordinator
-