Uses of Class
org.hibernate.UnknownProfileException
-
Packages that use UnknownProfileException Package Description org.hibernate This package defines the central Hibernate APIs, beginning withSessionandSessionFactory.org.hibernate.engine.spi org.hibernate.internal An internal package containing implementations of central Hibernate APIs, mostly defined inorg.hibernate. -
-
Uses of UnknownProfileException in org.hibernate
Methods in org.hibernate that throw UnknownProfileException Modifier and Type Method Description voidSession. disableFetchProfile(String name)Disable thefetch profilewith the given name in this session.voidSession. enableFetchProfile(String name)Enable thefetch profilewith the given name in this session.booleanSession. isFetchProfileEnabled(String name)Is thefetch profilewith the given name enabled in 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)
-