Uses of Class
org.hibernate.UnknownProfileException
Packages that use UnknownProfileException
Package
Description
This package defines the central Hibernate APIs, beginning with
SessionFactory
, which represents an instance of
Hibernate at runtime and is the source of new instances of
Session
and StatelessSession
,
the most important APIs exposing persistence-related operations for
entities.This package defines some central internal SPI abstractions
used throughout the implementation of Hibernate.
An internal package containing implementations of central Hibernate APIs,
mostly defined in
org.hibernate
.-
Uses of UnknownProfileException in org.hibernate
Methods in org.hibernate that throw UnknownProfileExceptionModifier and TypeMethodDescriptionvoid
Session.disableFetchProfile
(String name) Disable thefetch profile
with the given name in this session.void
Session.enableFetchProfile
(String name) Enable thefetch profile
with the given name in this session.boolean
Session.isFetchProfileEnabled
(String name) Is thefetch profile
with the given name enabled in this session? -
Uses of UnknownProfileException in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that throw UnknownProfileExceptionModifier and TypeMethodDescriptionvoid
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 UnknownProfileExceptionModifier and TypeMethodDescriptionvoid
SessionImpl.disableFetchProfile
(String name) void
SessionImpl.enableFetchProfile
(String name) boolean
SessionImpl.isFetchProfileEnabled
(String name)