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

Packages that use LoadContexts
org.hibernate.engine.internal   
org.hibernate.engine.loading.internal   
org.hibernate.engine.spi   
 

Uses of LoadContexts in org.hibernate.engine.internal
 

Methods in org.hibernate.engine.internal that return LoadContexts
 LoadContexts StatefulPersistenceContext.getLoadContexts()
           
 

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

Methods in org.hibernate.engine.loading.internal that return LoadContexts
 LoadContexts CollectionLoadContext.getLoadContext()
           
 

Constructors in org.hibernate.engine.loading.internal with parameters of type LoadContexts
CollectionLoadContext(LoadContexts loadContexts, ResultSet resultSet)
          Creates a collection load context for the given result set.
EntityLoadContext(LoadContexts loadContexts, ResultSet resultSet)
           
 

Uses of LoadContexts in org.hibernate.engine.spi
 

Methods in org.hibernate.engine.spi that return LoadContexts
 LoadContexts PersistenceContext.getLoadContexts()
          Retrieve this persistence context's managed load context.
 



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