Package io.jmix.flowui.model
Class MergeOptions
java.lang.Object
io.jmix.flowui.model.MergeOptions
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
The whole graph is fresh, i.e. just loaded from the database.- Returns:
- this instance for chaining
-