Package | Description |
---|---|
org.hibernate.boot.model.source.internal.hbm | |
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.persister.walking.internal |
Modifier and Type | Method and Description |
---|---|
FetchTiming |
FetchCharacteristicsSingularAssociationImpl.getFetchTiming() |
FetchTiming |
FetchCharacteristicsPluralAttributeImpl.getFetchTiming() |
Modifier and Type | Method and Description |
---|---|
FetchCharacteristicsSingularAssociationImpl.Builder |
FetchCharacteristicsSingularAssociationImpl.Builder.setFetchTiming(FetchTiming fetchTiming) |
FetchCharacteristicsPluralAttributeImpl.Builder |
FetchCharacteristicsPluralAttributeImpl.Builder.setFetchTiming(FetchTiming fetchTiming) |
Constructor and Description |
---|
FetchCharacteristicsPluralAttributeImpl(FetchTiming fetchTiming,
FetchStyle fetchStyle,
Integer batchSize,
boolean extraLazy) |
Modifier and Type | Method and Description |
---|---|
FetchTiming |
FetchCharacteristics.getFetchTiming() |
Modifier and Type | Method and Description |
---|---|
FetchTiming |
FetchStrategy.getTiming() |
static FetchTiming |
FetchTiming.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FetchTiming[] |
FetchTiming.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 |
---|---|
static FetchTiming |
FetchStrategyHelper.determineFetchTiming(FetchStyle style,
AssociationType type,
SessionFactoryImplementor sessionFactory) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.