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

Packages that use FetchProfile
org.hibernate.engine.spi   
org.hibernate.internal An internal package containing mostly implementations of central Hibernate APIs of the org.hibernate package. 
 

Uses of FetchProfile in org.hibernate.engine.spi
 

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

Uses of FetchProfile in org.hibernate.internal
 

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



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