Uses of Interface
org.hibernate.persister.collection.mutation.InsertRowsCoordinator.EntryFilter
-
Packages that use InsertRowsCoordinator.EntryFilter Package Description org.hibernate.persister.collection.mutation Defines support for performing mutation operations against collections. -
-
Uses of InsertRowsCoordinator.EntryFilter in org.hibernate.persister.collection.mutation
Methods in org.hibernate.persister.collection.mutation with parameters of type InsertRowsCoordinator.EntryFilter Modifier and Type Method Description void
InsertRowsCoordinator. insertRows(PersistentCollection<?> collection, Object id, InsertRowsCoordinator.EntryFilter entryChecker, SharedSessionContractImplementor session)
Perform the creation.void
InsertRowsCoordinatorNoOp. insertRows(PersistentCollection<?> collection, Object id, InsertRowsCoordinator.EntryFilter entryChecker, SharedSessionContractImplementor session)
void
InsertRowsCoordinatorStandard. insertRows(PersistentCollection<?> collection, Object id, InsertRowsCoordinator.EntryFilter entryChecker, SharedSessionContractImplementor session)
void
InsertRowsCoordinatorTablePerSubclass. insertRows(PersistentCollection<?> collection, Object id, InsertRowsCoordinator.EntryFilter entryChecker, SharedSessionContractImplementor session)
-