Package io.jmix.core
Class EntityStates.FetchPlanVisit
java.lang.Object
io.jmix.core.EntityStates.FetchPlanVisit
- Enclosing class:
EntityStates
Visit record for an entity graph node while the current fetch plan is being built.
EntityStates.VisitState.VISITING cuts active cycles with an empty fetch plan. EntityStates.VisitState.VISITED reuses the
final fetch plan when the same entity instance is reached again through another graph branch.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetOrCreateEmptyFetchPlan(FetchPlans fetchPlans, Class<?> declaredEntityClass) getState()voidsetFetchPlan(FetchPlan fetchPlan) voidsetState(EntityStates.VisitState state)
-
Constructor Details
-
FetchPlanVisit
-
-
Method Details
-
getState
-
setState
-
getFetchPlan
-
getOrCreateEmptyFetchPlan
-
setFetchPlan
-