Modifier and Type | Method and Description |
---|---|
protected FetchStrategy |
SingleRootReturnLoadPlanBuilderStrategy.adjustJoinFetchIfNeeded(AssociationAttributeDefinition attributeDefinition,
FetchStrategy fetchStrategy) |
protected FetchStrategy |
CascadeLoadPlanBuilderStrategy.determineFetchPlan(AssociationAttributeDefinition attributeDefinition) |
protected FetchStrategy |
SingleRootReturnLoadPlanBuilderStrategy.determineFetchPlan(AssociationAttributeDefinition attributeDefinition) |
Modifier and Type | Method and Description |
---|---|
protected FetchStrategy |
SingleRootReturnLoadPlanBuilderStrategy.adjustJoinFetchIfNeeded(AssociationAttributeDefinition attributeDefinition,
FetchStrategy fetchStrategy) |
static CollectionFetch |
LoadPlanBuildingHelper.buildStandardCollectionFetch(FetchOwner fetchOwner,
AssociationAttributeDefinition attributeDefinition,
FetchStrategy fetchStrategy,
LoadPlanBuildingContext loadPlanBuildingContext) |
static EntityFetch |
LoadPlanBuildingHelper.buildStandardEntityFetch(FetchOwner fetchOwner,
AssociationAttributeDefinition attributeDefinition,
FetchStrategy fetchStrategy,
LoadPlanBuildingContext loadPlanBuildingContext) |
Modifier and Type | Method and Description |
---|---|
FetchStrategy |
CollectionFetch.getFetchStrategy() |
FetchStrategy |
Fetch.getFetchStrategy()
Gets the fetch strategy for this fetch.
|
FetchStrategy |
AbstractSingularAttributeFetch.getFetchStrategy() |
Modifier and Type | Method and Description |
---|---|
CollectionFetch |
FetchOwner.buildCollectionFetch(AssociationAttributeDefinition attributeDefinition,
FetchStrategy fetchStrategy,
LoadPlanBuildingContext loadPlanBuildingContext) |
CollectionFetch |
AbstractFetchOwner.buildCollectionFetch(AssociationAttributeDefinition attributeDefinition,
FetchStrategy fetchStrategy,
LoadPlanBuildingContext loadPlanBuildingContext) |
CollectionFetch |
CompositeElementGraph.buildCollectionFetch(AssociationAttributeDefinition attributeDefinition,
FetchStrategy fetchStrategy,
LoadPlanBuildingContext loadPlanBuildingContext) |
CollectionFetch |
CompositeIndexGraph.buildCollectionFetch(AssociationAttributeDefinition attributeDefinition,
FetchStrategy fetchStrategy,
LoadPlanBuildingContext loadPlanBuildingContext) |
EntityFetch |
FetchOwner.buildEntityFetch(AssociationAttributeDefinition attributeDefinition,
FetchStrategy fetchStrategy,
LoadPlanBuildingContext loadPlanBuildingContext) |
EntityFetch |
AbstractFetchOwner.buildEntityFetch(AssociationAttributeDefinition attributeDefinition,
FetchStrategy fetchStrategy,
LoadPlanBuildingContext loadPlanBuildingContext) |
void |
EntityReturn.validateFetchPlan(FetchStrategy fetchStrategy) |
void |
EntityIndexGraph.validateFetchPlan(FetchStrategy fetchStrategy) |
void |
EntityElementGraph.validateFetchPlan(FetchStrategy fetchStrategy) |
void |
FetchOwner.validateFetchPlan(FetchStrategy fetchStrategy)
Is the asserted plan valid from this owner to a fetch?
|
void |
CompositeElementGraph.validateFetchPlan(FetchStrategy fetchStrategy) |
void |
AbstractSingularAttributeFetch.validateFetchPlan(FetchStrategy fetchStrategy) |
void |
CompositeIndexGraph.validateFetchPlan(FetchStrategy fetchStrategy) |
Constructor and Description |
---|
AbstractSingularAttributeFetch(SessionFactoryImplementor factory,
FetchOwner owner,
String ownerProperty,
FetchStrategy fetchStrategy)
Constructs an
AbstractSingularAttributeFetch object. |
CollectionFetch(SessionFactoryImplementor sessionFactory,
LockMode lockMode,
FetchOwner fetchOwner,
FetchStrategy fetchStrategy,
String ownerProperty) |
EntityFetch(SessionFactoryImplementor sessionFactory,
LockMode lockMode,
FetchOwner owner,
String ownerProperty,
FetchStrategy fetchStrategy)
Constructs an
EntityFetch object. |
Modifier and Type | Method and Description |
---|---|
protected abstract FetchStrategy |
AbstractLoadPlanBuilderStrategy.determineFetchPlan(AssociationAttributeDefinition attributeDefinition) |
Modifier and Type | Method and Description |
---|---|
CollectionFetch |
AbstractLoadPlanBuilderStrategy.AbstractIdentifierAttributeCollector.buildCollectionFetch(AssociationAttributeDefinition attributeDefinition,
FetchStrategy fetchStrategy,
LoadPlanBuildingContext loadPlanBuildingContext) |
EntityFetch |
AbstractLoadPlanBuilderStrategy.AbstractIdentifierAttributeCollector.buildEntityFetch(AssociationAttributeDefinition attributeDefinition,
FetchStrategy fetchStrategy,
LoadPlanBuildingContext loadPlanBuildingContext) |
void |
AbstractLoadPlanBuilderStrategy.AbstractIdentifierAttributeCollector.validateFetchPlan(FetchStrategy fetchStrategy) |
Modifier and Type | Method and Description |
---|---|
FetchStrategy |
AssociationAttributeDefinition.determineFetchPlan(LoadQueryInfluencers loadQueryInfluencers,
PropertyPath propertyPath) |
Modifier and Type | Method and Description |
---|---|
FetchStrategy |
CompositeBasedAssociationAttribute.determineFetchPlan(LoadQueryInfluencers loadQueryInfluencers,
PropertyPath propertyPath) |
Modifier and Type | Method and Description |
---|---|
FetchStrategy |
EntityBasedAssociationAttribute.determineFetchPlan(LoadQueryInfluencers loadQueryInfluencers,
PropertyPath propertyPath) |
Copyright © 2013. All rights reserved.