Package org.hibernate.collection.internal

Interface Summary
AbstractPersistentCollection.DelayedOperation Contract for operations which are part of a collection's operation queue.
AbstractPersistentCollection.LazyInitializationWork<T>  
 

Class Summary
AbstractPersistentCollection Base class implementing PersistentCollection
PersistentArrayHolder A persistent wrapper for an array.
PersistentBag An unordered, unkeyed collection that can contain the same element multiple times.
PersistentElementHolder Deprecated. To be removed in 5.
PersistentIdentifierBag An IdentifierBag implements "bag" semantics more efficiently than a regular Bag by adding a synthetic identifier column to the table.
PersistentIndexedElementHolder Deprecated. To be removed in 5.
PersistentIndexedElementHolder.IndexedValue  
PersistentList A persistent wrapper for a java.util.List.
PersistentListElementHolder Deprecated. To be removed in 5.
PersistentMap A persistent wrapper for a java.util.Map.
PersistentMapElementHolder Deprecated. To be removed in 5.
PersistentSet A persistent wrapper for a java.util.Set.
PersistentSortedMap A persistent wrapper for a java.util.SortedMap.
PersistentSortedSet A persistent wrapper for a java.util.SortedSet.
 



Copyright © 2001-2013 Red Hat, Inc. All Rights Reserved.