Class ReactiveUpdateCoordinatorNoOp
- java.lang.Object
-
- org.hibernate.persister.entity.mutation.UpdateCoordinatorNoOp
-
- org.hibernate.reactive.persister.entity.mutation.ReactiveUpdateCoordinatorNoOp
-
- All Implemented Interfaces:
UpdateCoordinator
,ReactiveScopedUpdateCoordinator
,ReactiveUpdateCoordinator
public class ReactiveUpdateCoordinatorNoOp extends UpdateCoordinatorNoOp implements ReactiveScopedUpdateCoordinator, ReactiveUpdateCoordinator
-
-
Constructor Summary
Constructors Constructor Description ReactiveUpdateCoordinatorNoOp(AbstractEntityPersister entityPersister)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CompletionStage<Void>
coordinateReactiveUpdate(Object entity, Object id, Object rowId, Object[] values, Object oldVersion, Object[] incomingOldValues, int[] dirtyAttributeIndexes, boolean hasDirtyCollection, SharedSessionContractImplementor session)
void
coordinateUpdate(Object entity, Object id, Object rowId, Object[] values, Object oldVersion, Object[] incomingOldValues, int[] dirtyAttributeIndexes, boolean hasDirtyCollection, SharedSessionContractImplementor session)
ReactiveScopedUpdateCoordinator
makeScopedCoordinator()
-
Methods inherited from class org.hibernate.persister.entity.mutation.UpdateCoordinatorNoOp
forceVersionIncrement, getStaticUpdateGroup
-
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, forceVersionIncrement, getStaticUpdateGroup
-
-
-
-
Constructor Detail
-
ReactiveUpdateCoordinatorNoOp
public ReactiveUpdateCoordinatorNoOp(AbstractEntityPersister entityPersister)
-
-
Method Detail
-
coordinateUpdate
public void coordinateUpdate(Object entity, Object id, Object rowId, Object[] values, Object oldVersion, Object[] incomingOldValues, int[] dirtyAttributeIndexes, boolean hasDirtyCollection, SharedSessionContractImplementor session)
- Specified by:
coordinateUpdate
in interfaceUpdateCoordinator
- Overrides:
coordinateUpdate
in classUpdateCoordinatorNoOp
-
coordinateReactiveUpdate
public CompletionStage<Void> coordinateReactiveUpdate(Object entity, Object id, Object rowId, Object[] values, Object oldVersion, Object[] incomingOldValues, int[] dirtyAttributeIndexes, boolean hasDirtyCollection, SharedSessionContractImplementor session)
- Specified by:
coordinateReactiveUpdate
in interfaceReactiveScopedUpdateCoordinator
-
makeScopedCoordinator
public ReactiveScopedUpdateCoordinator makeScopedCoordinator()
- Specified by:
makeScopedCoordinator
in interfaceReactiveUpdateCoordinator
-
-