Class ReactiveUpdateCoordinatorNoOp
java.lang.Object
org.hibernate.persister.entity.mutation.UpdateCoordinatorNoOp
org.hibernate.reactive.persister.entity.mutation.ReactiveUpdateCoordinatorNoOp
- All Implemented Interfaces:
org.hibernate.persister.entity.mutation.MutationCoordinator,org.hibernate.persister.entity.mutation.UpdateCoordinator,ReactiveScopedUpdateCoordinator,ReactiveUpdateCoordinator
public class ReactiveUpdateCoordinatorNoOp
extends org.hibernate.persister.entity.mutation.UpdateCoordinatorNoOp
implements ReactiveScopedUpdateCoordinator, ReactiveUpdateCoordinator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCompletionStage<org.hibernate.generator.values.GeneratedValues>reactiveUpdate(Object entity, Object id, Object rowId, Object[] values, Object oldVersion, Object[] incomingOldValues, int[] dirtyAttributeIndexes, boolean hasDirtyCollection, SharedSessionContractImplementor session) org.hibernate.generator.values.GeneratedValuesupdate(Object entity, Object id, Object rowId, Object[] values, Object oldVersion, Object[] incomingOldValues, int[] dirtyAttributeIndexes, boolean hasDirtyCollection, SharedSessionContractImplementor session) Methods inherited from class org.hibernate.persister.entity.mutation.UpdateCoordinatorNoOp
forceVersionIncrement, getStaticMutationOperationGroupMethods 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.MutationCoordinator
getStaticMutationOperationGroupMethods inherited from interface org.hibernate.persister.entity.mutation.UpdateCoordinator
forceVersionIncrement, forceVersionIncrement
-
Constructor Details
-
ReactiveUpdateCoordinatorNoOp
-
-
Method Details
-
makeScopedCoordinator
- Specified by:
makeScopedCoordinatorin interfaceReactiveUpdateCoordinator