| 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 | |
| org.hibernate.tuple.component | 
| 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 | 
|---|---|
FetchStyle | 
AbstractPluralAttributeBinding.getFetchStyle()  | 
FetchStyle | 
AssociationAttributeBinding.getFetchStyle()  | 
FetchStyle | 
ManyToOneAttributeBinding.getFetchStyle()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
AbstractPluralAttributeBinding.setFetchStyle(FetchStyle fetchStyle)  | 
void | 
AssociationAttributeBinding.setFetchStyle(FetchStyle fetchStyle)  | 
void | 
ManyToOneAttributeBinding.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()  | 
| 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 © 2001-2015 Red Hat, Inc. All Rights Reserved.