Class Association
java.lang.Object
org.hibernate.engine.profile.Association
-
Constructor Summary
ConstructorsConstructorDescriptionAssociation(EntityPersister owner, String associationPath) Constructs an association defining what is to be fetched. -
Method Summary
-
Constructor Details
-
Association
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 Details
-
getOwner
The persister of the owning entity. -
getAssociationPath
The property path -
getRole
The fully qualified role name -
toString
-