| Package | Description |
|---|---|
| org.hibernate.boot |
This package contains the contracts that make up the Hibernate native
bootstrapping API (building a SessionFactory).
|
| org.hibernate.boot.spi |
| Modifier and Type | Method and Description |
|---|---|
FetchProfile |
Metadata.getFetchProfile(String name) |
| Modifier and Type | Method and Description |
|---|---|
Collection<FetchProfile> |
Metadata.getFetchProfiles() |
| Modifier and Type | Method and Description |
|---|---|
FetchProfile |
AbstractDelegatingMetadata.getFetchProfile(String name) |
| Modifier and Type | Method and Description |
|---|---|
Collection<FetchProfile> |
AbstractDelegatingMetadata.getFetchProfiles() |
| Modifier and Type | Method and Description |
|---|---|
void |
InFlightMetadataCollector.addFetchProfile(FetchProfile profile) |
Copyright © 2001-2022 Red Hat, Inc. All Rights Reserved.