Uses of Class
org.hibernate.engine.profile.FetchProfile

Packages that use FetchProfile
org.hibernate.engine This package contains classes that are "shared" by other packages, and implementations of some key algorithms. 
org.hibernate.impl This package contains implementations of the central Hibernate APIs, especially the Hibernate session. 
 

Uses of FetchProfile in org.hibernate.engine
 

Methods in org.hibernate.engine that return FetchProfile
 FetchProfile SessionFactoryImplementor.getFetchProfile(String name)
          Retrieve fetch profile by name.
 

Uses of FetchProfile in org.hibernate.impl
 

Methods in org.hibernate.impl that return FetchProfile
 FetchProfile SessionFactoryImpl.getFetchProfile(String name)
           
 



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