Class UpdateRowsCoordinatorStandard
java.lang.Object
org.hibernate.persister.collection.mutation.AbstractUpdateRowsCoordinator
org.hibernate.persister.collection.mutation.UpdateRowsCoordinatorStandard
- All Implemented Interfaces:
CollectionOperationCoordinator
,UpdateRowsCoordinator
public class UpdateRowsCoordinatorStandard
extends AbstractUpdateRowsCoordinator
implements UpdateRowsCoordinator
UpdateRowsCoordinator implementation for cases with a separate collection table
- See Also:
-
Field Summary
Fields inherited from class org.hibernate.persister.collection.mutation.AbstractUpdateRowsCoordinator
mutationExecutorService
-
Constructor Summary
ConstructorsConstructorDescriptionUpdateRowsCoordinatorStandard
(CollectionMutationTarget mutationTarget, RowMutationOperations rowMutationOperations, SessionFactoryImplementor sessionFactory) -
Method Summary
Modifier and TypeMethodDescriptionprotected int
doUpdate
(Object key, PersistentCollection<?> collection, SharedSessionContractImplementor session) protected MutationOperationGroup
Methods inherited from class org.hibernate.persister.collection.mutation.AbstractUpdateRowsCoordinator
getMutationTarget, getSessionFactory, toString, updateRows
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.hibernate.persister.collection.mutation.CollectionOperationCoordinator
getMutationTarget
Methods inherited from interface org.hibernate.persister.collection.mutation.UpdateRowsCoordinator
updateRows
-
Constructor Details
-
UpdateRowsCoordinatorStandard
public UpdateRowsCoordinatorStandard(CollectionMutationTarget mutationTarget, RowMutationOperations rowMutationOperations, SessionFactoryImplementor sessionFactory)
-
-
Method Details
-
getOperationGroup