Package | Description |
---|---|
org.hibernate.engine.profile |
Models the fetch profiles defined by the application
|
Modifier and Type | Method and Description |
---|---|
Fetch |
FetchProfile.getFetchByRole(String role)
Obtain the fetch associated with the given role.
|
Modifier and Type | Method and Description |
---|---|
Map<String,Fetch> |
FetchProfile.getFetches()
Getter for property 'fetches'.
|
Modifier and Type | Method and Description |
---|---|
void |
FetchProfile.addFetch(Fetch fetch)
Add a fetch to the profile.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.