org.hibernate.engine.profile
Class Association
java.lang.Object
org.hibernate.engine.profile.Association
public class Association
- extends Object
Models the association of a given fetch.
- Author:
- Steve Ebersole
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Association
public Association(EntityPersister owner,
String associationPath)
getOwner
public EntityPersister getOwner()
getAssociationPath
public String getAssociationPath()
getRole
public String getRole()
Copyright © 2001-2010 Red Hat, Inc. All Rights Reserved.