Uses of Class
org.hibernate.engine.profile.FetchProfile
-
Packages that use FetchProfile Package Description org.hibernate.engine.spi org.hibernate.internal An internal package containing implementations of central Hibernate APIs, mostly defined inorg.hibernate
. -
-
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)
-