|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UnknownProfileException | |
---|---|
org.hibernate | This package defines the central Hibernate APIs. |
org.hibernate.engine | This package contains classes that are "shared" by other packages, and implementations of some key algorithms. |
org.hibernate.impl | This package contains implementations of the central Hibernate APIs, especially the Hibernate session. |
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 |
---|
Methods in org.hibernate.engine that throw UnknownProfileException | |
---|---|
void |
LoadQueryInfluencers.disableFetchProfile(String name)
|
void |
LoadQueryInfluencers.enableFetchProfile(String name)
|
boolean |
LoadQueryInfluencers.isFetchProfileEnabled(String name)
|
Uses of UnknownProfileException in org.hibernate.impl |
---|
Methods in org.hibernate.impl that throw UnknownProfileException | |
---|---|
void |
SessionImpl.disableFetchProfile(String name)
|
void |
SessionImpl.enableFetchProfile(String name)
|
boolean |
SessionImpl.isFetchProfileEnabled(String name)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |