Uses of Package
org.hibernate.collection.spi

Packages that use org.hibernate.collection.spi
org.hibernate.action.internal   
org.hibernate.cache.spi.entry This package defines formats for disassembled state kept in the second level cache. 
org.hibernate.collection.internal   
org.hibernate.engine.internal   
org.hibernate.engine.loading.internal   
org.hibernate.engine.spi   
org.hibernate.envers.entities.mapper   
org.hibernate.envers.entities.mapper.relation   
org.hibernate.envers.entities.mapper.relation.lazy   
org.hibernate.envers.event   
org.hibernate.envers.synchronization.work   
org.hibernate.event.internal This package defines a default set of event listeners that implements the default behaviors of Hibernate. 
org.hibernate.event.spi   
org.hibernate.internal An internal package containing mostly implementations of central Hibernate APIs. 
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.spi used by org.hibernate.action.internal
PersistentCollection
          Persistent collections are treated as value objects by Hibernate.
 

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

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

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

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

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

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

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

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

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

Classes in org.hibernate.collection.spi used by org.hibernate.envers.synchronization.work
PersistentCollection
          Persistent collections are treated as value objects by Hibernate.
 

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

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

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

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

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

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



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