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 voidSession. disableFetchProfile(String name)Disable a particular fetch profile on this session.voidSession. enableFetchProfile(String name)Enable a particular fetch profile on this session.booleanSession. 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 voidLoadQueryInfluencers. disableFetchProfile(String name)voidSessionDelegatorBaseImpl. disableFetchProfile(String name)voidSessionLazyDelegator. disableFetchProfile(String name)voidLoadQueryInfluencers. enableFetchProfile(String name)voidSessionDelegatorBaseImpl. enableFetchProfile(String name)voidSessionLazyDelegator. enableFetchProfile(String name)booleanLoadQueryInfluencers. isFetchProfileEnabled(String name)booleanSessionDelegatorBaseImpl. isFetchProfileEnabled(String name)booleanSessionLazyDelegator. isFetchProfileEnabled(String name) -
Uses of UnknownProfileException in org.hibernate.internal
Methods in org.hibernate.internal that throw UnknownProfileException Modifier and Type Method Description voidSessionImpl. disableFetchProfile(String name)voidSessionImpl. enableFetchProfile(String name)booleanSessionImpl. isFetchProfileEnabled(String name)
-