Class UpdateRowsCoordinatorTablePerSubclass
- java.lang.Object
-
- org.hibernate.persister.collection.mutation.AbstractUpdateRowsCoordinator
-
- org.hibernate.persister.collection.mutation.UpdateRowsCoordinatorTablePerSubclass
-
- All Implemented Interfaces:
CollectionOperationCoordinator
,UpdateRowsCoordinator
public class UpdateRowsCoordinatorTablePerSubclass extends AbstractUpdateRowsCoordinator
OneToMany update coordinator if the element is aUnionSubclassEntityPersister
.
-
-
Field Summary
-
Fields inherited from class org.hibernate.persister.collection.mutation.AbstractUpdateRowsCoordinator
mutationExecutorService
-
-
Constructor Summary
Constructors Constructor Description UpdateRowsCoordinatorTablePerSubclass(OneToManyPersister 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)
-
Methods inherited from class org.hibernate.persister.collection.mutation.AbstractUpdateRowsCoordinator
getMutationTarget, getSessionFactory, toString, updateRows
-
-
-
-
Constructor Detail
-
UpdateRowsCoordinatorTablePerSubclass
public UpdateRowsCoordinatorTablePerSubclass(OneToManyPersister mutationTarget, RowMutationOperations rowMutationOperations, SessionFactoryImplementor sessionFactory)
-
-
Method Detail
-
doUpdate
protected int doUpdate(Object key, PersistentCollection<?> collection, SharedSessionContractImplementor session)
- Specified by:
doUpdate
in classAbstractUpdateRowsCoordinator
-
-