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

Packages that use EntityLoadContext
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 EntityLoadContext in org.hibernate.cache.ehcache
 

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

Uses of EntityLoadContext in org.hibernate.ejb.internal
 

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

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

Methods in org.hibernate.engine.loading.internal that return EntityLoadContext
 EntityLoadContext LoadContexts.getEntityLoadContext(ResultSet resultSet)
           
 

Uses of EntityLoadContext in org.hibernate.envers.internal
 

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

Uses of EntityLoadContext in org.hibernate.internal
 

Methods in org.hibernate.internal with parameters of type EntityLoadContext
 void CoreMessageLogger.failSafeEntitiesCleanup(EntityLoadContext entityLoadContext)
           
 void CoreMessageLogger_$logger.failSafeEntitiesCleanup(EntityLoadContext entityLoadContext)
           
 

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

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



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