Uses of Class
org.hibernate.UnknownProfileException
-
Packages that use UnknownProfileException Package Description org.hibernate This package defines the central Hibernate APIs, beginning withSessionFactory, which represents an instance of Hibernate at runtime and is the source of new instances ofSessionandStatelessSession, the most important APIs exposing persistence-related operations for entities.org.hibernate.engine.spi This package defines some central internal SPI abstractions used throughout the implementation of 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)
-