| Package | Description |
|---|---|
| org.hibernate.boot |
This package contains the contracts that make up the Hibernate native
bootstrapping API (building a SessionFactory).
|
| org.hibernate.boot.internal | |
| 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 |
MetadataImpl.getFetchProfile(String name) |
FetchProfile |
InFlightMetadataCollectorImpl.getFetchProfile(String name) |
| Modifier and Type | Method and Description |
|---|---|
Collection<FetchProfile> |
MetadataImpl.getFetchProfiles() |
Collection<FetchProfile> |
InFlightMetadataCollectorImpl.getFetchProfiles() |
| Modifier and Type | Method and Description |
|---|---|
void |
InFlightMetadataCollectorImpl.addFetchProfile(FetchProfile profile) |
| 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 © 2019 JBoss by Red Hat. All rights reserved.