Uses of Class
org.hibernate.engine.profile.Association
-
Packages that use Association Package Description org.hibernate.engine.profile Models the fetch profiles defined by the application. -
-
Uses of Association in org.hibernate.engine.profile
Methods in org.hibernate.engine.profile that return Association Modifier and Type Method Description Association
Fetch. getAssociation()
The association to which the fetch style applies.Methods in org.hibernate.engine.profile with parameters of type Association Modifier and Type Method Description void
FetchProfile. addFetch(Association association, String fetchStyleName)
Deprecated, for removal: This API element is subject to removal in a future version.No longer usedvoid
FetchProfile. addFetch(Association association, Fetch.Style style)
Deprecated, for removal: This API element is subject to removal in a future version.No longer usedConstructors in org.hibernate.engine.profile with parameters of type Association Constructor Description Fetch(Association association, FetchStyle method, FetchTiming timing)
Constructs aFetch
.Fetch(Association association, Fetch.Style style)
Deprecated, for removal: This API element is subject to removal in a future version.
-