Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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?
|
Modifier and Type | Method and Description |
---|---|
void |
SessionDelegatorBaseImpl.disableFetchProfile(String name) |
void |
LoadQueryInfluencers.disableFetchProfile(String name) |
void |
SessionDelegatorBaseImpl.enableFetchProfile(String name) |
void |
LoadQueryInfluencers.enableFetchProfile(String name) |
boolean |
SessionDelegatorBaseImpl.isFetchProfileEnabled(String name) |
boolean |
LoadQueryInfluencers.isFetchProfileEnabled(String name) |
Modifier and Type | Method and Description |
---|---|
void |
SessionImpl.disableFetchProfile(String name) |
void |
SessionImpl.enableFetchProfile(String name) |
boolean |
SessionImpl.isFetchProfileEnabled(String name) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.