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