Uses of Package
org.hibernate.collection

Packages that use org.hibernate.collection
org.hibernate.action   
org.hibernate.cache.entry   
org.hibernate.collection   
org.hibernate.engine   
org.hibernate.event   
org.hibernate.event.def   
org.hibernate.impl   
org.hibernate.persister.collection   
org.hibernate.type   
org.hibernate.usertype   
 

Classes in org.hibernate.collection used by org.hibernate.action
PersistentCollection
          Persistent collections are treated as value objects by Hibernate.
 

Classes in org.hibernate.collection used by org.hibernate.cache.entry
PersistentCollection
          Persistent collections are treated as value objects by Hibernate.
 

Classes in org.hibernate.collection used by org.hibernate.collection
AbstractPersistentCollection
          Base class implementing PersistentCollection
PersistentCollection
          Persistent collections are treated as value objects by Hibernate.
PersistentIndexedElementHolder
          A persistent wrapper for an XML element
PersistentMap
          A persistent wrapper for a java.util.Map.
PersistentSet
          A persistent wrapper for a java.util.Set.
 

Classes in org.hibernate.collection used by org.hibernate.engine
PersistentCollection
          Persistent collections are treated as value objects by Hibernate.
 

Classes in org.hibernate.collection used by org.hibernate.event
PersistentCollection
          Persistent collections are treated as value objects by Hibernate.
 

Classes in org.hibernate.collection used by org.hibernate.event.def
PersistentCollection
          Persistent collections are treated as value objects by Hibernate.
 

Classes in org.hibernate.collection used by org.hibernate.impl
PersistentCollection
          Persistent collections are treated as value objects by Hibernate.
 

Classes in org.hibernate.collection used by org.hibernate.persister.collection
PersistentCollection
          Persistent collections are treated as value objects by Hibernate.
 

Classes in org.hibernate.collection used by org.hibernate.type
PersistentCollection
          Persistent collections are treated as value objects by Hibernate.
 

Classes in org.hibernate.collection used by org.hibernate.usertype
PersistentCollection
          Persistent collections are treated as value objects by Hibernate.