Uses of Class
org.hibernate.UnknownProfileException
-
Packages that use UnknownProfileException Package Description org.hibernate org.hibernate.engine.spi org.hibernate.internal -
-
Uses of UnknownProfileException in org.hibernate
Methods in org.hibernate that throw UnknownProfileException Modifier and Type Method Description void
Session. disableFetchProfile(String name)
Disable a particular fetch profile on this session.void
Session. enableFetchProfile(String name)
Enable a particular fetch profile on this session.boolean
Session. isFetchProfileEnabled(String name)
Is a particular fetch profile enabled on this session? -
Uses of UnknownProfileException in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that throw UnknownProfileException Modifier and Type Method Description void
LoadQueryInfluencers. disableFetchProfile(String name)
void
SessionDelegatorBaseImpl. disableFetchProfile(String name)
void
SessionLazyDelegator. disableFetchProfile(String name)
void
LoadQueryInfluencers. enableFetchProfile(String name)
void
SessionDelegatorBaseImpl. enableFetchProfile(String name)
void
SessionLazyDelegator. enableFetchProfile(String name)
boolean
LoadQueryInfluencers. isFetchProfileEnabled(String name)
boolean
SessionDelegatorBaseImpl. isFetchProfileEnabled(String name)
boolean
SessionLazyDelegator. isFetchProfileEnabled(String name)
-
Uses of UnknownProfileException in org.hibernate.internal
Methods in org.hibernate.internal that throw UnknownProfileException Modifier and Type Method Description void
SessionImpl. disableFetchProfile(String name)
void
SessionImpl. enableFetchProfile(String name)
boolean
SessionImpl. isFetchProfileEnabled(String name)
-