Class AbstractUpdateRowsCoordinator
java.lang.Object
org.hibernate.persister.collection.mutation.AbstractUpdateRowsCoordinator
- All Implemented Interfaces:
CollectionOperationCoordinator, UpdateRowsCoordinator
- Direct Known Subclasses:
UpdateRowsCoordinatorHistory, UpdateRowsCoordinatorOneToMany, UpdateRowsCoordinatorStandard, UpdateRowsCoordinatorTablePerSubclass, UpdateRowsCoordinatorTemporal
-
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 mutatedprotected ObjectresolveDeleteRowValue(PersistentCollection<?> collection, Object entry, int entryPosition) toString()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
-
resolveDeleteRowValue
protected Object resolveDeleteRowValue(PersistentCollection<?> collection, Object entry, int entryPosition)
-