Class DeleteCoordinatorTemporal
java.lang.Object
org.hibernate.persister.entity.mutation.AbstractMutationCoordinator
org.hibernate.persister.entity.mutation.AbstractDeleteCoordinator
org.hibernate.persister.entity.mutation.DeleteCoordinatorTemporal
- All Implemented Interfaces:
DeleteCoordinator, MutationCoordinator
Delete coordinator for
TemporalTableStrategy.SINGLE_TABLE
temporal strategy.-
Field Summary
Fields inherited from class AbstractMutationCoordinator
dialect, entityPersister, factory, mutationExecutorService -
Constructor Summary
ConstructorsConstructorDescriptionDeleteCoordinatorTemporal(EntityPersister entityPersister, SessionFactoryImplementor factory) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidapplyDynamicDeleteTableDetails(Object id, Object rowId, Object[] loadedState, MutationExecutor mutationExecutor, MutationOperationGroup operationGroup, SharedSessionContractImplementor session) protected voidapplyStaticDeleteTableDetails(Object id, Object rowId, Object[] loadedState, Object version, boolean applyVersion, MutationExecutor mutationExecutor, SharedSessionContractImplementor session) protected MutationOperationGroupgenerateOperationGroup(Object rowId, Object[] loadedState, boolean applyVersion, SharedSessionContractImplementor session) Methods inherited from class AbstractDeleteCoordinator
applyId, applyLocking, applyNonVersionOptLocking, applyOptimisticLocking, applyPartitionKeyRestriction, applyVersionBasedOptLocking, delete, doDynamicDelete, doStaticDelete, getBatchKey, getStaticMutationOperationGroup, resolveNoVersionDeleteGroup, tableMutationBuilderResolverMethods inherited from class AbstractMutationCoordinator
applyKeyRestriction, bindPartitionColumnValueBindings, breakDownKeyJdbcValues, createAuxiliaryTableMapping, createOperation, createOperationGroup, dialect, entityPersister, factory, handleValueGeneration, hasValueGenerationOnExecution, needsRowId, resolveBatchKeyAccess
-
Constructor Details
-
DeleteCoordinatorTemporal
public DeleteCoordinatorTemporal(EntityPersister entityPersister, SessionFactoryImplementor factory)
-
-
Method Details