Interface UpdateCoordinator
- All Superinterfaces:
MutationCoordinator
- All Known Implementing Classes:
MergeCoordinator
,UpdateCoordinatorNoOp
,UpdateCoordinatorStandard
Coordinates the updating of an entity.
-
Method Summary
Modifier and TypeMethodDescriptiondefault void
forceVersionIncrement
(Object id, Object currentVersion, Object nextVersion, boolean batching, SharedSessionContractImplementor session) void
forceVersionIncrement
(Object id, Object currentVersion, Object nextVersion, SharedSessionContractImplementor session) @Nullable GeneratedValues
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 interface org.hibernate.persister.entity.mutation.MutationCoordinator
getStaticMutationOperationGroup
-
Method Details