org.hibernate.mapping
Class FetchProfile.Fetch

java.lang.Object
  extended by org.hibernate.mapping.FetchProfile.Fetch
Enclosing class:
FetchProfile

public static class FetchProfile.Fetch
extends java.lang.Object

Defines an individual association fetch within the given profile.


Constructor Summary
FetchProfile.Fetch(java.lang.String entity, java.lang.String association, java.lang.String style)
           
 
Method Summary
 java.lang.String getAssociation()
           
 java.lang.String getEntity()
           
 java.lang.String getStyle()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FetchProfile.Fetch

public FetchProfile.Fetch(java.lang.String entity,
                          java.lang.String association,
                          java.lang.String style)
Method Detail

getEntity

public java.lang.String getEntity()

getAssociation

public java.lang.String getAssociation()

getStyle

public java.lang.String getStyle()


Copyright © 2010. All Rights Reserved.