Uses of Class
org.hibernate.engine.profile.Association
Packages that use Association
Package
Description
Models the fetch profiles defined by the application.
-
Uses of Association in org.hibernate.engine.profile
Methods in org.hibernate.engine.profile that return AssociationModifier and TypeMethodDescriptionFetch.getAssociation()
The association to which the fetch style applies.Constructors in org.hibernate.engine.profile with parameters of type AssociationModifierConstructorDescriptionFetch
(Association association, FetchStyle method, FetchTiming timing) Constructs aFetch
.