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 intdoUpdate(Object key, PersistentCollection<?> collection, SharedSessionContractImplementor session) The collection being mutatedtoString()voidupdateRows(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:CollectionOperationCoordinatorThe collection being mutated- Specified by:
getMutationTargetin interfaceCollectionOperationCoordinator
-