Uses of Class
org.hibernate.persister.collection.mutation.CollectionTableMapping
-
Packages that use CollectionTableMapping 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 CollectionTableMapping in org.hibernate.persister.collection
Methods in org.hibernate.persister.collection that return CollectionTableMapping Modifier and Type Method Description CollectionTableMapping
AbstractCollectionPersister. getCollectionTableMapping()
Method parameters in org.hibernate.persister.collection with type arguments of type CollectionTableMapping Modifier and Type Method Description void
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 CollectionTableMapping Modifier and Type Method Description CollectionTableMapping
CollectionMutationTarget. getCollectionTableMapping()
default CollectionTableMapping
CollectionMutationTarget. getIdentifierTableMapping()
-