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 | |
org.hibernate.tuple.component |
Modifier and Type | Method and Description |
---|---|
FetchStyle |
FetchCharacteristicsSingularAssociationImpl.getFetchStyle() |
FetchStyle |
FetchCharacteristicsPluralAttributeImpl.getFetchStyle() |
Modifier and Type | Method and Description |
---|---|
FetchCharacteristicsSingularAssociationImpl.Builder |
FetchCharacteristicsSingularAssociationImpl.Builder.setFetchStyle(FetchStyle fetchStyle) |
FetchCharacteristicsPluralAttributeImpl.Builder |
FetchCharacteristicsPluralAttributeImpl.Builder.setFetchStyle(FetchStyle fetchStyle) |
Constructor and Description |
---|
FetchCharacteristicsPluralAttributeImpl(FetchTiming fetchTiming,
FetchStyle fetchStyle,
Integer batchSize,
boolean extraLazy) |
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 |
---|---|
static FetchStyle |
FetchStrategyHelper.determineFetchStyleByMetadata(FetchMode mappingFetchMode,
AssociationType type,
SessionFactoryImplementor sessionFactory) |
static FetchStyle |
FetchStrategyHelper.determineFetchStyleByProfile(LoadQueryInfluencers loadQueryInfluencers,
EntityPersister persister,
PropertyPath path,
int propertyNumber)
Determine the fetch-style (if one) explicitly set for this association via fetch profiles.
|
Modifier and Type | Method and Description |
---|---|
static FetchTiming |
FetchStrategyHelper.determineFetchTiming(FetchStyle style,
AssociationType type,
SessionFactoryImplementor sessionFactory) |
Modifier and Type | Method and Description |
---|---|
protected FetchStyle |
CompositeBasedAssociationAttribute.determineFetchStyleByMetadata(FetchMode fetchMode,
AssociationType type) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.