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

Packages that use Fetch
org.hibernate.engine.profile   
 

Uses of Fetch in org.hibernate.engine.profile
 

Methods in org.hibernate.engine.profile that return Fetch
 Fetch FetchProfile.getFetchByRole(String role)
           
 

Methods in org.hibernate.engine.profile that return types with arguments of type Fetch
 Map<String,Fetch> FetchProfile.getFetches()
          Getter for property 'fetches'.
 

Methods in org.hibernate.engine.profile with parameters of type Fetch
 void FetchProfile.addFetch(Fetch fetch)
          Add a fetch to the profile.
 



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