Uses of Class
org.hibernate.collection.spi.AbstractPersistentCollection
-
Packages that use AbstractPersistentCollection Package Description org.hibernate.collection.spi This package defines the SPI of a framework for lazy-initializing and state-tracking collection wrappers. -
-
Uses of AbstractPersistentCollection in org.hibernate.collection.spi
Subclasses of AbstractPersistentCollection in org.hibernate.collection.spi Modifier and Type Class Description classPersistentArrayHolder<E>A dummy collection wrapper for an array.classPersistentBag<E>An unordered, un-keyed collection that can contain the same element multiple times.classPersistentIdentifierBag<E>An "identifier bag" implements "bag" semantics more efficiently than a regular bag by adding a synthetic identifier column to the table.classPersistentList<E>A persistent wrapper for aList.classPersistentMap<K,E>A persistent wrapper for aMap.classPersistentSet<E>A persistent wrapper for aSet.classPersistentSortedMap<K,E>A persistent wrapper for aSortedMap.classPersistentSortedSet<E>A persistent wrapper for aSortedSet.
-