Package org.hibernate.engine.profile
Class Association
java.lang.Object
org.hibernate.engine.profile.Association
Identifies the association referenced by a
Fetch
.-
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