Uses of Class
org.hibernate.mapping.FetchProfile
Packages that use FetchProfile
Package
Description
This package contains the interfaces that make up the bootstrap API
for Hibernate.
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 FetchProfileMethods in org.hibernate.boot that return types with arguments of type FetchProfile -
Uses of FetchProfile in org.hibernate.boot.internal
Methods in org.hibernate.boot.internal that return FetchProfileModifier and TypeMethodDescriptionInFlightMetadataCollectorImpl.getFetchProfile
(String name) MetadataImpl.getFetchProfile
(String name) Methods in org.hibernate.boot.internal that return types with arguments of type FetchProfileModifier and TypeMethodDescriptionMetadataImpl.getFetchProfileMap()
InFlightMetadataCollectorImpl.getFetchProfiles()
MetadataImpl.getFetchProfiles()
Methods in org.hibernate.boot.internal with parameters of type FetchProfileModifier and TypeMethodDescriptionvoid
InFlightMetadataCollectorImpl.addFetchProfile
(FetchProfile profile) -
Uses of FetchProfile in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return FetchProfileMethods in org.hibernate.boot.spi that return types with arguments of type FetchProfileMethods in org.hibernate.boot.spi with parameters of type FetchProfileModifier and TypeMethodDescriptionvoid
InFlightMetadataCollector.addFetchProfile
(FetchProfile profile) Add aFetchProfile
. -
Uses of FetchProfile in org.hibernate.testing.orm.junit
Methods in org.hibernate.testing.orm.junit that return FetchProfileModifier and TypeMethodDescriptionDialectFeatureChecks.FakeMetadataBuildingContext.getFetchProfile
(String name) Methods in org.hibernate.testing.orm.junit that return types with arguments of type FetchProfileModifier and TypeMethodDescriptionDialectFeatureChecks.FakeMetadataBuildingContext.getFetchProfiles()
Methods in org.hibernate.testing.orm.junit with parameters of type FetchProfileModifier and TypeMethodDescriptionvoid
DialectFeatureChecks.FakeMetadataBuildingContext.addFetchProfile
(FetchProfile profile)