Uses of Interface
org.hibernate.persister.collection.mutation.InsertRowsCoordinator
-
Packages that use InsertRowsCoordinator Package Description org.hibernate.persister.collection This package abstracts persistence mechanisms for collections.org.hibernate.persister.collection.mutation Defines support for performing mutation operations against collections. -
-
Uses of InsertRowsCoordinator in org.hibernate.persister.collection
Methods in org.hibernate.persister.collection that return InsertRowsCoordinator Modifier and Type Method Description protected 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 InsertRowsCoordinator Modifier and Type Class Description class
InsertRowsCoordinatorNoOp
class
InsertRowsCoordinatorStandard
class
InsertRowsCoordinatorTablePerSubclass
OneToMany insert coordinator if the element is aUnionSubclassEntityPersister
.
-