Uses of Class
org.hibernate.mapping.FetchProfile
-
Packages that use FetchProfile Package Description org.hibernate.boot This package contains the contracts that make up the Hibernate native bootstrapping API (building a SessionFactory).org.hibernate.boot.spi -
-
Uses of FetchProfile in org.hibernate.boot
Methods in org.hibernate.boot that return FetchProfile Modifier and Type Method Description FetchProfileMetadata. getFetchProfile(String name)Methods in org.hibernate.boot that return types with arguments of type FetchProfile Modifier and Type Method Description Collection<FetchProfile>Metadata. getFetchProfiles() -
Uses of FetchProfile in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return FetchProfile Modifier and Type Method Description FetchProfileAbstractDelegatingMetadata. getFetchProfile(String name)Methods in org.hibernate.boot.spi that return types with arguments of type FetchProfile Modifier and Type Method Description Collection<FetchProfile>AbstractDelegatingMetadata. getFetchProfiles()Methods in org.hibernate.boot.spi with parameters of type FetchProfile Modifier and Type Method Description voidInFlightMetadataCollector. addFetchProfile(FetchProfile profile)
-