Uses of Class
org.hibernate.engine.loading.internal.CollectionLoadContext

Packages that use CollectionLoadContext
org.hibernate.cache.ehcache   
org.hibernate.ejb.internal   
org.hibernate.engine.loading.internal   
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 CollectionLoadContext in org.hibernate.cache.ehcache
 

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

Uses of CollectionLoadContext in org.hibernate.ejb.internal
 

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

Uses of CollectionLoadContext in org.hibernate.engine.loading.internal
 

Methods in org.hibernate.engine.loading.internal that return CollectionLoadContext
 CollectionLoadContext LoadContexts.getCollectionLoadContext(ResultSet resultSet)
          Get the CollectionLoadContext associated with the given ResultSet, creating one if needed.
 

Uses of CollectionLoadContext in org.hibernate.envers.internal
 

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

Uses of CollectionLoadContext in org.hibernate.internal
 

Methods in org.hibernate.internal with parameters of type CollectionLoadContext
 void CoreMessageLogger.failSafeCollectionsCleanup(CollectionLoadContext collectionLoadContext)
           
 void CoreMessageLogger_$logger.failSafeCollectionsCleanup(CollectionLoadContext collectionLoadContext)
           
 

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

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



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