| Package | Description |
|---|---|
| org.hibernate.boot.model.source.spi | |
| org.hibernate.engine |
This package contains classes that are "shared" by other packages,
and implementations of some key algorithms.
|
| org.hibernate.tuple.component |
| Modifier and Type | Method and Description |
|---|---|
FetchStyle |
SecondaryTableSource.getFetchStyle() |
FetchStyle |
FetchCharacteristics.getFetchStyle() |
| Modifier and Type | Method and Description |
|---|---|
FetchStyle |
FetchStrategy.getStyle() |
static FetchStyle |
FetchStyle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FetchStyle[] |
FetchStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
FetchStrategy(FetchTiming timing,
FetchStyle style)
Constructs a FetchStrategy.
|
| Modifier and Type | Method and Description |
|---|---|
protected FetchStyle |
CompositeBasedAssociationAttribute.determineFetchStyleByMetadata(FetchMode fetchMode,
AssociationType type) |
Copyright © 2001-2022 Red Hat, Inc. All Rights Reserved.