Uses of Class
org.hibernate.engine.profile.FetchProfile
Packages that use FetchProfile
Package
Description
Models the fetch profiles defined by the application.
This package defines some central internal SPI abstractions
used throughout the implementation of Hibernate.
An internal package containing implementations of central Hibernate APIs,
mostly defined in
org.hibernate
.-
Uses of FetchProfile in org.hibernate.engine.profile
Subclasses of FetchProfile in org.hibernate.engine.profile -
Uses of FetchProfile in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that return FetchProfileModifier and TypeMethodDescriptionSessionFactoryDelegatingImpl.getFetchProfile
(String name) SessionFactoryImplementor.getFetchProfile
(String name) Retrieve fetch profile by name. -
Uses of FetchProfile in org.hibernate.internal
Methods in org.hibernate.internal that return FetchProfileMethods in org.hibernate.internal that return types with arguments of type FetchProfileModifier and TypeMethodDescriptionstatic Map<String,
FetchProfile> FetchProfileHelper.getFetchProfiles
(MetadataImplementor bootMetamodel, RuntimeMetamodels runtimeMetamodels)