Uses of Class
org.hibernate.persister.collection.mutation.CollectionTableMapping
Packages that use CollectionTableMapping
Package
Description
This package abstracts persistence mechanisms for collections.
Defines support for performing mutation operations against collections.
-
Uses of CollectionTableMapping in org.hibernate.persister.collection
Methods in org.hibernate.persister.collection that return CollectionTableMappingMethod parameters in org.hibernate.persister.collection with type arguments of type CollectionTableMappingModifier and TypeMethodDescriptionvoid
AbstractCollectionPersister.forEachMutableTable
(Consumer<CollectionTableMapping> consumer) void
AbstractCollectionPersister.forEachMutableTableReverse
(Consumer<CollectionTableMapping> consumer) -
Uses of CollectionTableMapping in org.hibernate.persister.collection.mutation
Methods in org.hibernate.persister.collection.mutation that return CollectionTableMappingModifier and TypeMethodDescriptionCollectionMutationTarget.getCollectionTableMapping()
default CollectionTableMapping
CollectionMutationTarget.getIdentifierTableMapping()