Uses of Interface
io.fluxzero.common.api.modeling.ModelRelationshipCycleValidator.ParentLoader
Packages that use ModelRelationshipCycleValidator.ParentLoader
-
Uses of ModelRelationshipCycleValidator.ParentLoader in io.fluxzero.common.api.modeling
Methods in io.fluxzero.common.api.modeling with parameters of type ModelRelationshipCycleValidator.ParentLoaderModifier and TypeMethodDescriptionstatic voidModelRelationshipCycleValidator.validate(List<ModelRelationshipCycleValidator.Step> steps, ModelRelationshipCycleValidator.ParentLoader parentLoader) Validates ordered atomic relationship steps. -
Uses of ModelRelationshipCycleValidator.ParentLoader in io.fluxzero.common.modeling
Methods in io.fluxzero.common.modeling with parameters of type ModelRelationshipCycleValidator.ParentLoaderModifier and TypeMethodDescriptionstatic voidModelCommitAssignment.validateRelationships(List<ModelCommitAssignment.Description> commits, ModelRelationshipCycleValidator.ParentLoader parentLoader, ModelCommitAssignment.ChildLoader childLoader) Validates the ordered relationship effects described for one atomic assignment batch.