Uses of Class
org.hibernate.annotations.FetchProfile.FetchOverride
-
Packages that use FetchProfile.FetchOverride Package Description org.hibernate.annotations A set of mapping annotations which extend the O/R mapping annotations defined by JPA.org.hibernate.boot.model.internal -
-
Uses of FetchProfile.FetchOverride in org.hibernate.annotations
Methods in org.hibernate.annotations that return FetchProfile.FetchOverride Modifier and Type Method Description FetchProfile.FetchOverride[]
fetchOverrides()
The list of association fetching strategy overrides. -
Uses of FetchProfile.FetchOverride in org.hibernate.boot.model.internal
Constructors in org.hibernate.boot.model.internal with parameters of type FetchProfile.FetchOverride Constructor Description VerifyFetchProfileReferenceSecondPass(String fetchProfileName, FetchProfile.FetchOverride fetch, MetadataBuildingContext buildingContext)
-