Uses of Package
org.hibernate.collection

Packages that use org.hibernate.collection
org.hibernate.action This package defines "actions" that are scheduled for asycnchronous execution by the event listeners. 
org.hibernate.cache.entry This package defines formats for disassembled state kept in the second level cache. 
org.hibernate.collection This package defines a framework for collection wrappers. 
org.hibernate.engine This package contains classes that are "shared" by other packages, and implementations of some key algorithms. 
org.hibernate.engine.loading   
org.hibernate.envers.entities.mapper   
org.hibernate.envers.entities.mapper.relation   
org.hibernate.envers.entities.mapper.relation.lazy   
org.hibernate.envers.synchronization.work   
org.hibernate.event This package defines an event framework for Hibernate. 
org.hibernate.event.def This package defines a default set of event listeners that implements the default behaviors of Hibernate. 
org.hibernate.impl This package contains implementations of the central Hibernate APIs, especially the Hibernate session. 
org.hibernate.persister.collection This package abstracts the persistence mechanism for collections. 
org.hibernate.type A Hibernate Type is a strategy for mapping a Java property type to a JDBC type or types. 
org.hibernate.usertype Interfaces for user-defined custom types. 
 

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.engine.loading
PersistentCollection
          Persistent collections are treated as value objects by Hibernate.
 

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

Classes in org.hibernate.collection used by org.hibernate.envers.entities.mapper.relation
PersistentCollection
          Persistent collections are treated as value objects by Hibernate.
 

Classes in org.hibernate.collection used by org.hibernate.envers.entities.mapper.relation.lazy
PersistentCollection
          Persistent collections are treated as value objects by Hibernate.
 

Classes in org.hibernate.collection used by org.hibernate.envers.synchronization.work
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.
 



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