Save This Page
Home » hibernate-distribution-3.3.1.GA-dist » org.hibernate » engine » profile » [javadoc | source]
org.hibernate.engine.profile
public class: Fetch [javadoc | source]
java.lang.Object
   org.hibernate.engine.profile.Fetch
Models an individual fetch within a profile.
Nested Class Summary:
public static class  Fetch.Style  The type or style of fetch. For the moment we limit this to join and select, though technically subselect would be valid here as as well; however, to support subselect here would require major changes to the subselect loading code (which is needed for other things as well anyway). 
Constructor:
 public Fetch(Association association,
    Fetch.Style style) 
Method from org.hibernate.engine.profile.Fetch Summary:
getAssociation,   getStyle,   toString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.hibernate.engine.profile.Fetch Detail:
 public Association getAssociation() 
 public Fetch.Style getStyle() 
 public String toString()