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:
BasicCollectionPersister
-
-
Field Summary
-
Fields inherited from class org.hibernate.persister.collection.mutation.AbstractUpdateRowsCoordinator
mutationExecutorService
-
-
Constructor Summary
Constructors Constructor Description UpdateRowsCoordinatorStandard(CollectionMutationTarget mutationTarget, RowMutationOperations rowMutationOperations, SessionFactoryImplementor sessionFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected int
doUpdate(Object key, PersistentCollection<?> collection, SharedSessionContractImplementor session)
protected MutationOperationGroup
getOperationGroup()
-
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 Detail
-
UpdateRowsCoordinatorStandard
public UpdateRowsCoordinatorStandard(CollectionMutationTarget mutationTarget, RowMutationOperations rowMutationOperations, SessionFactoryImplementor sessionFactory)
-
-
Method Detail
-
doUpdate
protected int doUpdate(Object key, PersistentCollection<?> collection, SharedSessionContractImplementor session)
- Specified by:
doUpdate
in classAbstractUpdateRowsCoordinator
-
getOperationGroup
protected MutationOperationGroup getOperationGroup()
-
-