Package org.hibernate.engine.profile
Class Association
- java.lang.Object
-
- org.hibernate.engine.profile.Association
-
-
Constructor Summary
Constructors Constructor Description Association(EntityPersister owner, String associationPath)Constructs an association defining what is to be fetched.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAssociationPath()The property pathEntityPersistergetOwner()The persister of the owning entity.StringgetRole()The fully qualified role nameStringtoString()
-
-
-
Constructor Detail
-
Association
public Association(EntityPersister owner, 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
-
-