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 FetchProfile
Metadata. 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 FetchProfile
InFlightMetadataCollectorImpl. getFetchProfile(String name)
FetchProfile
MetadataImpl. 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 void
InFlightMetadataCollectorImpl. 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 FetchProfile
AbstractDelegatingMetadata. 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 void
InFlightMetadataCollector. addFetchProfile(FetchProfile profile)
Add aFetchProfile
.
-