Uses of Class
org.hibernate.collection.internal.AbstractPersistentCollection

Packages that use AbstractPersistentCollection
org.hibernate.collection.internal   
 

Uses of AbstractPersistentCollection in org.hibernate.collection.internal
 

Subclasses of AbstractPersistentCollection in org.hibernate.collection.internal
 class PersistentArrayHolder
          A persistent wrapper for an array.
 class PersistentBag
          An unordered, unkeyed collection that can contain the same element multiple times.
 class PersistentElementHolder
          Deprecated. To be removed in 5. Removed as part of removing the notion of DOM entity-mode. See Jira issues HHH-7782 and HHH-7783 for more information.
 class PersistentIdentifierBag
          An IdentifierBag implements "bag" semantics more efficiently than a regular Bag by adding a synthetic identifier column to the table.
 class PersistentIndexedElementHolder
          Deprecated. To be removed in 5. Removed as part of removing the notion of DOM entity-mode. See Jira issues HHH-7782 and HHH-7783 for more information.
 class PersistentList
          A persistent wrapper for a java.util.List.
 class PersistentListElementHolder
          Deprecated. To be removed in 5. Removed as part of removing the notion of DOM entity-mode. See Jira issues HHH-7782 and HHH-7783 for more information.
 class PersistentMap
          A persistent wrapper for a java.util.Map.
 class PersistentMapElementHolder
          Deprecated. To be removed in 5. Removed as part of removing the notion of DOM entity-mode. See Jira issues HHH-7782 and HHH-7783 for more information.
 class PersistentSet
          A persistent wrapper for a java.util.Set.
 class PersistentSortedMap
          A persistent wrapper for a java.util.SortedMap.
 class PersistentSortedSet
          A persistent wrapper for a java.util.SortedSet.
 



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