Class ModelRelationship

java.lang.Object
io.fluxzero.common.api.modeling.ModelRelationship

public class ModelRelationship extends Object
Desired outgoing relationship from a changed child model to one parent.

The child ID is supplied by the enclosing ModelCommitTarget. A typed ID normally supplies parentType; an untyped relationship may declare it explicitly. path is optional and only enables automatic graph composition when explicitly configured.

  • Constructor Details

    • ModelRelationship

      public ModelRelationship()