public class CascadeStyleLoadPlanBuildingAssociationVisitationStrategy extends FetchStyleLoadPlanBuildingAssociationVisitationStrategy
AbstractLoadPlanBuildingAssociationVisitationStrategy.PropertyPathStackcurrentPropertyPath| Constructor and Description |
|---|
CascadeStyleLoadPlanBuildingAssociationVisitationStrategy(CascadingAction cascadeActionToMatch,
SessionFactoryImplementor sessionFactory,
LoadQueryInfluencers loadQueryInfluencers,
LockMode lockMode)
Constructs a CascadeStyleLoadPlanBuildingAssociationVisitationStrategy.
|
| Modifier and Type | Method and Description |
|---|---|
protected FetchStrategy |
determineFetchStrategy(AssociationAttributeDefinition attributeDefinition) |
addRootReturn, adjustJoinFetchIfNeeded, buildLoadPlan, finishingEntityIdentifier, handleAssociationAttribute, isTooManyCollections, startingEntityIdentifier, supportsRootCollectionReturns, supportsRootEntityReturnsassociationKeyRegistered, currentDepth, currentSource, finish, finishingAttribute, finishingCollection, finishingCollectionElements, finishingCollectionIndex, finishingComposite, finishingEntity, foundAny, foundCircularAssociation, getQuerySpaces, getSessionFactory, handleCompositeAttribute, isDuplicateAssociationKey, registeredFetchSource, sessionFactory, start, startingAttribute, startingCollection, startingCollectionElements, startingCollectionIndex, startingComposite, startingEntitypublic CascadeStyleLoadPlanBuildingAssociationVisitationStrategy(CascadingAction cascadeActionToMatch, SessionFactoryImplementor sessionFactory, LoadQueryInfluencers loadQueryInfluencers, LockMode lockMode)
cascadeActionToMatch - The particular cascading action that an attribute definition must match
to eagerly fetch that attribute.sessionFactory - The session factoryloadQueryInfluencers - The options which can influence the SQL query needed to perform the load.lockMode - The lock mode.protected FetchStrategy determineFetchStrategy(AssociationAttributeDefinition attributeDefinition)
determineFetchStrategy in class FetchStyleLoadPlanBuildingAssociationVisitationStrategyCopyright © 2001-2018 Red Hat, Inc. All Rights Reserved.