public class ReturnGraphVisitationStrategyImpl extends ReturnGraphVisitationStrategyAdapter
INSTANCE
Constructor and Description |
---|
ReturnGraphVisitationStrategyImpl(EntityReturn entityReturn,
EntityGraphImpl jpaRoot) |
Modifier and Type | Method and Description |
---|---|
void |
finishingCollectionFetch(CollectionFetch collectionFetch)
Notification that we are finishing up the processing of a collection fetch
|
void |
finishingCompositeFetch(CompositeFetch fetch)
Notification that we are finishing up the processing of a composite fetch
|
void |
finishingEntityFetch(EntityFetch entityFetch)
Notification that we are finishing up the processing of an entity fetch
|
void |
finishingFetches(FetchOwner fetchOwner)
Notification that we are finishing up processing the fetches for the given fetch owner.
|
void |
finishingRootReturn(Return rootReturn)
Notification that we are finishing up processing a root return branch
|
void |
startingCollectionFetch(CollectionFetch collectionFetch)
Notification we are starting the processing of a collection fetch
|
void |
startingCompositeFetch(CompositeFetch fetch)
Notification we are starting the processing of a component fetch
|
void |
startingEntityFetch(EntityFetch entityFetch)
Notification we are starting the processing of an entity fetch
|
handleCollectionReturn, handleEntityReturn, handleScalarReturn, startingFetches, startingRootReturn
public ReturnGraphVisitationStrategyImpl(EntityReturn entityReturn, EntityGraphImpl jpaRoot)
public void finishingRootReturn(Return rootReturn)
ReturnGraphVisitationStrategy
finishingRootReturn
in interface ReturnGraphVisitationStrategy
finishingRootReturn
in class ReturnGraphVisitationStrategyAdapter
rootReturn
- The RootReturn we are finishing up processing.public void finishingFetches(FetchOwner fetchOwner)
ReturnGraphVisitationStrategy
finishingFetches
in interface ReturnGraphVisitationStrategy
finishingFetches
in class ReturnGraphVisitationStrategyAdapter
fetchOwner
- The fetch owner.public void startingEntityFetch(EntityFetch entityFetch)
ReturnGraphVisitationStrategy
startingEntityFetch
in interface ReturnGraphVisitationStrategy
startingEntityFetch
in class ReturnGraphVisitationStrategyAdapter
entityFetch
- The entity fetchpublic void finishingEntityFetch(EntityFetch entityFetch)
ReturnGraphVisitationStrategy
finishingEntityFetch
in interface ReturnGraphVisitationStrategy
finishingEntityFetch
in class ReturnGraphVisitationStrategyAdapter
entityFetch
- The entity fetchpublic void startingCollectionFetch(CollectionFetch collectionFetch)
ReturnGraphVisitationStrategy
startingCollectionFetch
in interface ReturnGraphVisitationStrategy
startingCollectionFetch
in class ReturnGraphVisitationStrategyAdapter
collectionFetch
- The collection fetchpublic void finishingCollectionFetch(CollectionFetch collectionFetch)
ReturnGraphVisitationStrategy
finishingCollectionFetch
in interface ReturnGraphVisitationStrategy
finishingCollectionFetch
in class ReturnGraphVisitationStrategyAdapter
collectionFetch
- The collection fetchpublic void startingCompositeFetch(CompositeFetch fetch)
ReturnGraphVisitationStrategy
startingCompositeFetch
in interface ReturnGraphVisitationStrategy
startingCompositeFetch
in class ReturnGraphVisitationStrategyAdapter
fetch
- The composite fetchpublic void finishingCompositeFetch(CompositeFetch fetch)
ReturnGraphVisitationStrategy
finishingCompositeFetch
in interface ReturnGraphVisitationStrategy
finishingCompositeFetch
in class ReturnGraphVisitationStrategyAdapter
fetch
- The composite fetchCopyright © 2001-2013 Red Hat, Inc. All Rights Reserved.