Uses of Record Class
io.fluxzero.common.api.modeling.ModelRelationshipRead
Packages that use ModelRelationshipRead
-
Uses of ModelRelationshipRead in io.fluxzero.common.api.modeling
Methods in io.fluxzero.common.api.modeling that return types with arguments of type ModelRelationshipReadModifier and TypeMethodDescriptionCommitModels.getReadRelationships()Relationship selections read by the evaluation; ordinary commits carry no such dependencies.Constructor parameters in io.fluxzero.common.api.modeling with type arguments of type ModelRelationshipReadModifierConstructorDescriptionCommitModelsWithRelationships(CommitModels commit, List<ModelRelationshipRead> readRelationships) Adds immutable relationship dependencies while retaining the original request and commit identity. -
Uses of ModelRelationshipRead in io.fluxzero.common.modeling
Method parameters in io.fluxzero.common.modeling with type arguments of type ModelRelationshipReadModifier and TypeMethodDescriptionstatic List<ModelCommitConflict> ModelCommitConflicts.detectRelationships(CommitModels commit, List<ModelCommitConflict> existing, ToLongFunction<ModelRelationshipRead> positions) Adds membership conflicts using relationship positions read under the same atomic boundary as the write.