Class ReactiveDeleteCoordinatorSoft
java.lang.Object
org.hibernate.persister.entity.mutation.AbstractMutationCoordinator
org.hibernate.persister.entity.mutation.AbstractDeleteCoordinator
org.hibernate.persister.entity.mutation.DeleteCoordinatorSoft
org.hibernate.reactive.persister.entity.mutation.ReactiveDeleteCoordinatorSoft
- All Implemented Interfaces:
org.hibernate.persister.entity.mutation.DeleteCoordinator,org.hibernate.persister.entity.mutation.MutationCoordinator,ReactiveAbstractDeleteCoordinator
public class ReactiveDeleteCoordinatorSoft
extends org.hibernate.persister.entity.mutation.DeleteCoordinatorSoft
implements ReactiveAbstractDeleteCoordinator
-
Field Summary
Fields inherited from class org.hibernate.persister.entity.mutation.AbstractMutationCoordinator
dialect, entityPersister, factory, mutationExecutorService -
Constructor Summary
ConstructorsConstructorDescriptionReactiveDeleteCoordinatorSoft(AbstractEntityPersister entityPersister, SessionFactoryImplementor factory) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidapplyId(Object id, Object rowId, org.hibernate.engine.jdbc.mutation.MutationExecutor mutationExecutor, org.hibernate.sql.model.MutationOperationGroup operationGroup, SharedSessionContractImplementor session) voiddelete(Object entity, Object id, Object version, SharedSessionContractImplementor session) protected voiddoDynamicDelete(Object entity, Object id, Object rowId, Object[] loadedState, SharedSessionContractImplementor session) protected voiddoStaticDelete(Object entity, Object id, Object rowId, Object[] loadedState, Object version, SharedSessionContractImplementor session) reactiveDelete(Object entity, Object id, Object version, SharedSessionContractImplementor session) Methods inherited from class org.hibernate.persister.entity.mutation.DeleteCoordinatorSoft
applyNonVersionOptLocking, applyOptimisticLocking, applyVersionBasedOptLocking, generateOperationGroupMethods inherited from class org.hibernate.persister.entity.mutation.AbstractDeleteCoordinator
applyDynamicDeleteTableDetails, applyLocking, applyStaticDeleteTableDetails, getBatchKey, getStaticMutationOperationGroup, resolveNoVersionDeleteGroupMethods inherited from class org.hibernate.persister.entity.mutation.AbstractMutationCoordinator
applyKeyRestriction, bindPartitionColumnValueBindings, breakDownKeyJdbcValues, createOperation, createOperationGroup, dialect, entityPersister, factory, handleValueGeneration, needsRowId, resolveBatchKeyAccess
-
Constructor Details
-
ReactiveDeleteCoordinatorSoft
public ReactiveDeleteCoordinatorSoft(AbstractEntityPersister entityPersister, SessionFactoryImplementor factory)
-
-
Method Details