|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UnknownProfileException | |
---|---|
org.hibernate | This package defines the central Hibernate APIs. |
org.hibernate.engine.spi | |
org.hibernate.internal | An internal package containing mostly implementations of central Hibernate APIs. |
Uses of UnknownProfileException in org.hibernate |
---|
Methods in org.hibernate that throw UnknownProfileException | |
---|---|
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 | |
---|---|
void |
LoadQueryInfluencers.disableFetchProfile(String name)
|
void |
LoadQueryInfluencers.enableFetchProfile(String name)
|
boolean |
LoadQueryInfluencers.isFetchProfileEnabled(String name)
|
Uses of UnknownProfileException in org.hibernate.internal |
---|
Methods in org.hibernate.internal that throw UnknownProfileException | |
---|---|
void |
SessionImpl.disableFetchProfile(String name)
|
void |
SessionImpl.enableFetchProfile(String name)
|
boolean |
SessionImpl.isFetchProfileEnabled(String name)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |