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 void
applyId
(Object id, Object rowId, org.hibernate.engine.jdbc.mutation.MutationExecutor mutationExecutor, org.hibernate.sql.model.MutationOperationGroup operationGroup, SharedSessionContractImplementor session) void
delete
(Object entity, Object id, Object version, SharedSessionContractImplementor session) protected void
doDynamicDelete
(Object entity, Object id, Object rowId, Object[] loadedState, SharedSessionContractImplementor session) protected void
doStaticDelete
(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, generateOperationGroup
Methods inherited from class org.hibernate.persister.entity.mutation.AbstractDeleteCoordinator
applyDynamicDeleteTableDetails, applyLocking, applyStaticDeleteTableDetails, getBatchKey, getStaticMutationOperationGroup, resolveNoVersionDeleteGroup
Methods 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