|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FetchStyle | |
---|---|
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 |
Uses of FetchStyle in org.hibernate.engine |
---|
Methods in org.hibernate.engine that return FetchStyle | |
---|---|
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. |
Uses of FetchStyle in org.hibernate.metamodel.binding |
---|
Methods in org.hibernate.metamodel.binding that return FetchStyle | |
---|---|
FetchStyle |
AbstractPluralAttributeBinding.getFetchStyle()
|
FetchStyle |
AssociationAttributeBinding.getFetchStyle()
|
FetchStyle |
ManyToOneAttributeBinding.getFetchStyle()
|
Methods in org.hibernate.metamodel.binding with parameters of type FetchStyle | |
---|---|
void |
AbstractPluralAttributeBinding.setFetchStyle(FetchStyle fetchStyle)
|
void |
AssociationAttributeBinding.setFetchStyle(FetchStyle fetchStyle)
|
void |
ManyToOneAttributeBinding.setFetchStyle(FetchStyle fetchStyle)
|
Uses of FetchStyle in org.hibernate.metamodel.source.annotations.attribute |
---|
Methods in org.hibernate.metamodel.source.annotations.attribute that return FetchStyle | |
---|---|
FetchStyle |
ToOneAttributeSourceImpl.getFetchStyle()
|
Uses of FetchStyle in org.hibernate.metamodel.source.binder |
---|
Methods in org.hibernate.metamodel.source.binder that return FetchStyle | |
---|---|
FetchStyle |
AssociationAttributeSource.getFetchStyle()
|
Uses of FetchStyle in org.hibernate.metamodel.source.hbm |
---|
Methods in org.hibernate.metamodel.source.hbm that return FetchStyle | |
---|---|
FetchStyle |
AbstractPluralAttributeSourceImpl.getFetchStyle()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |