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 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.
|
Modifier and Type | Method and Description |
---|---|
FetchStyle |
ManyToOneAttributeBinding.getFetchStyle() |
FetchStyle |
AssociationAttributeBinding.getFetchStyle() |
FetchStyle |
AbstractPluralAttributeBinding.getFetchStyle() |
Modifier and Type | Method and Description |
---|---|
void |
ManyToOneAttributeBinding.setFetchStyle(FetchStyle fetchStyle) |
void |
AssociationAttributeBinding.setFetchStyle(FetchStyle fetchStyle) |
void |
AbstractPluralAttributeBinding.setFetchStyle(FetchStyle fetchStyle) |
Modifier and Type | Method and Description |
---|---|
FetchStyle |
ToOneAttributeSourceImpl.getFetchStyle() |
Modifier and Type | Method and Description |
---|---|
FetchStyle |
AssociationAttributeSource.getFetchStyle() |
Modifier and Type | Method and Description |
---|---|
FetchStyle |
AbstractPluralAttributeSourceImpl.getFetchStyle() |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.