Class AbstractUpdateRowsCoordinator
java.lang.Object
org.hibernate.persister.collection.mutation.AbstractUpdateRowsCoordinator
- All Implemented Interfaces:
CollectionOperationCoordinator
,UpdateRowsCoordinator
- Direct Known Subclasses:
UpdateRowsCoordinatorOneToMany
,UpdateRowsCoordinatorStandard
,UpdateRowsCoordinatorTablePerSubclass
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAbstractUpdateRowsCoordinator
(CollectionMutationTarget mutationTarget, SessionFactoryImplementor sessionFactory) -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract int
doUpdate
(Object key, PersistentCollection<?> collection, SharedSessionContractImplementor session) The collection being mutatedtoString()
void
updateRows
(Object key, PersistentCollection<?> collection, SharedSessionContractImplementor session)
-
Field Details
-
mutationExecutorService
-
-
Constructor Details
-
AbstractUpdateRowsCoordinator
public AbstractUpdateRowsCoordinator(CollectionMutationTarget mutationTarget, SessionFactoryImplementor sessionFactory)
-
-
Method Details
-
toString
-
getSessionFactory
-
getMutationTarget
Description copied from interface:CollectionOperationCoordinator
The collection being mutated- Specified by:
getMutationTarget
in interfaceCollectionOperationCoordinator
-