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 intdoUpdate(Object key, PersistentCollection<?> collection, SharedSessionContractImplementor session) protected MutationOperationGroupMethods inherited from class org.hibernate.persister.collection.mutation.AbstractUpdateRowsCoordinator
getMutationTarget, getSessionFactory, toString, updateRowsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.hibernate.persister.collection.mutation.CollectionOperationCoordinator
getMutationTargetMethods inherited from interface org.hibernate.persister.collection.mutation.UpdateRowsCoordinator
updateRows
-
Constructor Details
-
UpdateRowsCoordinatorStandard
public UpdateRowsCoordinatorStandard(CollectionMutationTarget mutationTarget, RowMutationOperations rowMutationOperations, SessionFactoryImplementor sessionFactory)
-
-
Method Details
-
getOperationGroup