Class MergeOptions

java.lang.Object
io.jmix.ui.model.MergeOptions

public class MergeOptions extends Object
Defines options of the DataContext.merge(Object, MergeOptions) operation.
  • Constructor Details

    • MergeOptions

      public MergeOptions()
  • Method Details

    • isFresh

      public boolean isFresh()
      The whole graph is fresh, i.e. just loaded from the database.
    • setFresh

      public MergeOptions setFresh(boolean fresh)
      The whole graph is fresh, i.e. just loaded from the database.
      Returns:
      this instance for chaining