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 AssociationFetch. getAssociation()Methods in org.hibernate.engine.profile with parameters of type Association Modifier and Type Method Description voidFetchProfile. addFetch(Association association, java.lang.String fetchStyleName)Add a fetch to the profile.voidFetchProfile. addFetch(Association association, Fetch.Style style)Add a fetch 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
-