Package org.hibernate.persister.collection
This package abstracts persistence mechanisms for collections.
-
Interface Summary Interface Description CollectionPersister A strategy for persisting a mapped collection role.QueryableCollection Deprecated, for removal: This API element is subject to removal in a future version. Given the mapping-model and SQM, this contract is no longer needed.SQLLoadableCollection Deprecated. -
Class Summary Class Description AbstractCollectionPersister Base implementation of theQueryableCollectioninterface.BasicCollectionPersister ACollectionPersisterfor collections of values and many-to-many associations.CompositeElementPropertyMapping Deprecated, for removal: This API element is subject to removal in a future version. Replaced byEmbeddedCollectionPartElementPropertyMapping Deprecated, for removal: This API element is subject to removal in a future version. Replaced byCollectionPartOneToManyPersister ACollectionPersisterforone-to-one associations.