Uses of Class
org.hibernate.engine.spi.CollectionKey

Packages that use CollectionKey
org.hibernate.cache.ehcache   
org.hibernate.ejb.internal   
org.hibernate.engine.internal   
org.hibernate.engine.spi   
org.hibernate.envers.internal   
org.hibernate.internal An internal package containing mostly implementations of central Hibernate APIs. 
org.hibernate.service.jdbc.connections.internal   
 

Uses of CollectionKey in org.hibernate.cache.ehcache
 

Methods in org.hibernate.cache.ehcache with parameters of type CollectionKey
 void EhCacheMessageLogger_$logger.loadingCollectionKeyNotFound(CollectionKey arg0)
           
 

Uses of CollectionKey in org.hibernate.ejb.internal
 

Methods in org.hibernate.ejb.internal with parameters of type CollectionKey
 void EntityManagerMessageLogger_$logger.loadingCollectionKeyNotFound(CollectionKey arg0)
           
 

Uses of CollectionKey in org.hibernate.engine.internal
 

Methods in org.hibernate.engine.internal with parameters of type CollectionKey
 void StatefulPersistenceContext.addUnownedCollection(CollectionKey key, PersistentCollection collection)
           
 PersistentCollection StatefulPersistenceContext.getCollection(CollectionKey collectionKey)
          Get the collection instance associated with the CollectionKey
 PersistentCollection StatefulPersistenceContext.useUnownedCollection(CollectionKey key)
           
 

Uses of CollectionKey in org.hibernate.engine.spi
 

Methods in org.hibernate.engine.spi that return CollectionKey
static CollectionKey CollectionKey.deserialize(ObjectInputStream ois, SessionImplementor session)
          Custom deserialization routine used during deserialization of a Session/PersistenceContext for increased performance.
 

Methods in org.hibernate.engine.spi with parameters of type CollectionKey
 void PersistenceContext.addUnownedCollection(CollectionKey key, PersistentCollection collection)
          Add a collection which has no owner loaded
 PersistentCollection PersistenceContext.getCollection(CollectionKey collectionKey)
          Get the collection instance associated with the CollectionKey
 PersistentCollection PersistenceContext.useUnownedCollection(CollectionKey key)
          Take ownership of a previously unowned collection, if one.
 

Uses of CollectionKey in org.hibernate.envers.internal
 

Methods in org.hibernate.envers.internal with parameters of type CollectionKey
 void EnversMessageLogger_$logger.loadingCollectionKeyNotFound(CollectionKey arg0)
           
 

Uses of CollectionKey in org.hibernate.internal
 

Methods in org.hibernate.internal with parameters of type CollectionKey
 void CoreMessageLogger.loadingCollectionKeyNotFound(CollectionKey collectionKey)
           
 void CoreMessageLogger_$logger.loadingCollectionKeyNotFound(CollectionKey collectionKey)
           
 

Uses of CollectionKey in org.hibernate.service.jdbc.connections.internal
 

Methods in org.hibernate.service.jdbc.connections.internal with parameters of type CollectionKey
 void C3P0MessageLogger_$logger.loadingCollectionKeyNotFound(CollectionKey arg0)
           
 void ProxoolMessageLogger_$logger.loadingCollectionKeyNotFound(CollectionKey arg0)
           
 



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