Save This Page
Home » hibernate-distribution-3.3.1.GA-dist » org.hibernate » engine » profile » [javadoc | source]
org.hibernate.engine.profile
public class: Association [javadoc | source]
java.lang.Object
   org.hibernate.engine.profile.Association
Models the association of a given fetch.
Constructor:
 public Association(EntityPersister owner,
    String associationPath) 
Method from org.hibernate.engine.profile.Association Summary:
getAssociationPath,   getOwner,   getRole
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.hibernate.engine.profile.Association Detail:
 public String getAssociationPath() 
 public EntityPersister getOwner() 
 public String getRole()