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

Packages that use AbstractPersistentCollection
org.hibernate.collection.internal   
org.hibernate.test.usercollection.basic   
org.hibernate.test.usercollection.parameterized   
 

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
          A persistent wrapper for an XML element
 class PersistentIdentifierBag
          An IdentifierBag implements "bag" semantics more efficiently than a regular Bag by adding a synthetic identifier column to the table.
 class PersistentIndexedElementHolder
          A persistent wrapper for an XML element
 class PersistentList
          A persistent wrapper for a java.util.List.
 class PersistentListElementHolder
           
 class PersistentMap
          A persistent wrapper for a java.util.Map.
 class PersistentMapElementHolder
           
 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.
 

Uses of AbstractPersistentCollection in org.hibernate.test.usercollection.basic
 

Subclasses of AbstractPersistentCollection in org.hibernate.test.usercollection.basic
 class PersistentMyList
           
 

Uses of AbstractPersistentCollection in org.hibernate.test.usercollection.parameterized
 

Subclasses of AbstractPersistentCollection in org.hibernate.test.usercollection.parameterized
 class PersistentDefaultableList
          The "persistent wrapper" around our specialized collection contract
 



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