Uses of Interface
org.hibernate.persister.collection.mutation.InsertRowsCoordinator.EntryFilter
Packages that use InsertRowsCoordinator.EntryFilter
Package
Description
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.EntryFilterModifier and TypeMethodDescriptionvoidInsertRowsCoordinator.insertRows(PersistentCollection<?> collection, Object id, InsertRowsCoordinator.EntryFilter entryChecker, SharedSessionContractImplementor session) Perform the creation.voidInsertRowsCoordinatorNoOp.insertRows(PersistentCollection<?> collection, Object id, InsertRowsCoordinator.EntryFilter entryChecker, SharedSessionContractImplementor session) voidInsertRowsCoordinatorStandard.insertRows(PersistentCollection<?> collection, Object id, InsertRowsCoordinator.EntryFilter entryChecker, SharedSessionContractImplementor session) voidInsertRowsCoordinatorTablePerSubclass.insertRows(PersistentCollection<?> collection, Object id, InsertRowsCoordinator.EntryFilter entryChecker, SharedSessionContractImplementor session)