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 |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
FetchTiming |
ManyToOneAttributeBinding.getFetchTiming() |
FetchTiming |
AssociationAttributeBinding.getFetchTiming() |
FetchTiming |
AbstractPluralAttributeBinding.getFetchTiming() |
Modifier and Type | Method and Description |
---|---|
void |
ManyToOneAttributeBinding.setFetchTiming(FetchTiming fetchTiming) |
void |
AssociationAttributeBinding.setFetchTiming(FetchTiming fetchTiming) |
void |
AbstractPluralAttributeBinding.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() |
Copyright © 2018 JBoss by Red Hat. All rights reserved.