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 FetchProfile
Metadata. getFetchProfile(java.lang.String name)
Methods in org.hibernate.boot that return types with arguments of type FetchProfile Modifier and Type Method Description java.util.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 FetchProfile
AbstractDelegatingMetadata. getFetchProfile(java.lang.String name)
Methods in org.hibernate.boot.spi that return types with arguments of type FetchProfile Modifier and Type Method Description java.util.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)
-