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()
Methods in org.hibernate.engine.profile with parameters of type Association Modifier and Type Method Description void
FetchProfile. addFetch(Association association, String fetchStyleName)
Add a fetch override to the profile.void
FetchProfile. addFetch(Association association, Fetch.Style style)
Add a fetch override to the profile.Constructors in org.hibernate.engine.profile with parameters of type Association Constructor Description Fetch(Association association, Fetch.Style style)
Constructs a Fetch
-