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 String
getAssociationPath()
The property pathEntityPersister
getOwner()
The persister of the owning entity.String
getRole()
The fully qualified role nameString
toString()
-
-
-
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
-
-