Package org.hibernate.engine.profile
Class Association
- java.lang.Object
-
- org.hibernate.engine.profile.Association
-
public class Association extends java.lang.ObjectModels the association of a given fetch.
-
-
Constructor Summary
Constructors Constructor Description Association(EntityPersister owner, java.lang.String associationPath)Constructs an association defining what is to be fetched.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAssociationPath()EntityPersistergetOwner()java.lang.StringgetRole()
-
-
-
Constructor Detail
-
Association
public Association(EntityPersister owner, java.lang.String associationPath)
Constructs an association defining what is to be fetched.- Parameters:
owner- The entity owning the associationassociationPath- The path of the association, from the entity
-
-
Method Detail
-
getOwner
public EntityPersister getOwner()
-
getAssociationPath
public java.lang.String getAssociationPath()
-
getRole
public java.lang.String getRole()
-
-