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

Packages that use Association
org.hibernate.engine.profile   
 

Uses of Association in org.hibernate.engine.profile
 

Methods in org.hibernate.engine.profile that return Association
 Association Fetch.getAssociation()
           
 

Methods in org.hibernate.engine.profile with parameters of type Association
 void FetchProfile.addFetch(Association association, Fetch.Style style)
          Add a fetch to the profile.
 void FetchProfile.addFetch(Association association, String fetchStyleName)
          Add a fetch to the profile.
 

Constructors in org.hibernate.engine.profile with parameters of type Association
Fetch(Association association, Fetch.Style style)
           
 



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