Interface UpdateCoordinator
- All Superinterfaces:
MutationCoordinator
- All Known Implementing Classes:
MergeCoordinator, UpdateCoordinatorNoOp, UpdateCoordinatorStandard
Coordinates the updating of an entity.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidforceVersionIncrement(Object id, Object currentVersion, Object nextVersion, boolean batching, SharedSessionContractImplementor session) voidforceVersionIncrement(Object id, Object currentVersion, Object nextVersion, SharedSessionContractImplementor session) @Nullable GeneratedValuesupdate(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 MutationCoordinator
getStaticMutationOperationGroup
-
Method Details