Package | Description |
---|---|
org.hibernate.engine |
This package contains classes that are "shared" by other packages,
and implementations of some key algorithms.
|
org.hibernate.metamodel.binding | |
org.hibernate.metamodel.source.annotations.attribute | |
org.hibernate.metamodel.source.binder | |
org.hibernate.metamodel.source.hbm | |
org.hibernate.persister.walking.internal |
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 |
---|---|
FetchTiming |
AbstractPluralAttributeBinding.getFetchTiming() |
FetchTiming |
AssociationAttributeBinding.getFetchTiming() |
FetchTiming |
ManyToOneAttributeBinding.getFetchTiming() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractPluralAttributeBinding.setFetchTiming(FetchTiming fetchTiming) |
void |
AssociationAttributeBinding.setFetchTiming(FetchTiming fetchTiming) |
void |
ManyToOneAttributeBinding.setFetchTiming(FetchTiming fetchTiming) |
Modifier and Type | Method and Description |
---|---|
FetchTiming |
ToOneAttributeSourceImpl.getFetchTiming() |
Modifier and Type | Method and Description |
---|---|
FetchTiming |
AssociationAttributeSource.getFetchTiming() |
Modifier and Type | Method and Description |
---|---|
FetchTiming |
AbstractPluralAttributeSourceImpl.getFetchTiming() |
Modifier and Type | Method and Description |
---|---|
static FetchTiming |
FetchStrategyHelper.determineFetchTiming(FetchStyle style,
AssociationType type,
SessionFactoryImplementor sessionFactory) |
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.