Save This Page
Home » hibernate-distribution-3.3.1.GA-dist » org.hibernate » mapping » [javadoc | source]
org.hibernate.mapping
public class: FetchProfile [javadoc | source]
java.lang.Object
   org.hibernate.mapping.FetchProfile
A fetch profile allows a user to dynamically modify the fetching strategy used for particular associations at runtime, whereas that information was historically only statically defined in the metadata.
Nested Class Summary:
public static class  FetchProfile.Fetch  Defines an individual association fetch within the given profile. 
Constructor:
 public FetchProfile(String name) 
Method from org.hibernate.mapping.FetchProfile Summary:
addFetch,   equals,   getFetches,   getName,   hashCode
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.hibernate.mapping.FetchProfile Detail:
 public  void addFetch(String entity,
    String association,
    String style) 
 public boolean equals(Object o) 
 public LinkedHashSet getFetches() 
 public String getName() 
 public int hashCode()