Uses of Class
org.hibernate.metamodel.binding.FetchProfile.Fetch

Packages that use FetchProfile.Fetch
org.hibernate.metamodel.binding   
 

Uses of FetchProfile.Fetch in org.hibernate.metamodel.binding
 

Methods in org.hibernate.metamodel.binding that return types with arguments of type FetchProfile.Fetch
 Set<FetchProfile.Fetch> FetchProfile.getFetches()
          Retrieve the fetches associated with this profile
 

Constructor parameters in org.hibernate.metamodel.binding with type arguments of type FetchProfile.Fetch
FetchProfile(String name, Set<FetchProfile.Fetch> fetches)
          Create a fetch profile representation.
 



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