Package io.jmix.core

Class EntityStates.FetchPlanVisit

java.lang.Object
io.jmix.core.EntityStates.FetchPlanVisit
Enclosing class:
EntityStates

protected static class EntityStates.FetchPlanVisit extends Object
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.