Uses of Class
org.hibernate.mapping.FetchProfile
-
Packages that use FetchProfile Package Description org.hibernate.boot This package contains the interfaces that make up the bootstrap API for Hibernate.org.hibernate.boot.internal org.hibernate.boot.spi A range of SPIs allowing integration with—and customization of—the process of building metadata. -
-
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.internal
Methods in org.hibernate.boot.internal that return FetchProfile Modifier and Type Method Description FetchProfileInFlightMetadataCollectorImpl. getFetchProfile(String name)FetchProfileMetadataImpl. getFetchProfile(String name)Methods in org.hibernate.boot.internal that return types with arguments of type FetchProfile Modifier and Type Method Description Map<String,FetchProfile>MetadataImpl. getFetchProfileMap()Collection<FetchProfile>InFlightMetadataCollectorImpl. getFetchProfiles()Collection<FetchProfile>MetadataImpl. getFetchProfiles()Methods in org.hibernate.boot.internal with parameters of type FetchProfile Modifier and Type Method Description voidInFlightMetadataCollectorImpl. addFetchProfile(FetchProfile profile) -
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)Add aFetchProfile.
-