Uses of Interface
org.hibernate.persister.collection.mutation.InsertRowsCoordinator
Packages that use InsertRowsCoordinator
Package
Description
This package abstracts persistence mechanisms for collections.
Defines support for performing mutation operations against collections.
-
Uses of InsertRowsCoordinator in org.hibernate.persister.collection
Methods in org.hibernate.persister.collection that return InsertRowsCoordinatorModifier and TypeMethodDescriptionprotected InsertRowsCoordinator
BasicCollectionPersister.getCreateEntryCoordinator()
protected InsertRowsCoordinator
OneToManyPersister.getInsertRowsCoordinator()
-
Uses of InsertRowsCoordinator in org.hibernate.persister.collection.mutation
Classes in org.hibernate.persister.collection.mutation that implement InsertRowsCoordinatorModifier and TypeClassDescriptionclass
class
class
OneToMany insert coordinator if the element is aUnionSubclassEntityPersister
.