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- 
MergeOptionspublic MergeOptions()
 
- 
- 
Method Details- 
isFreshpublic boolean isFresh()The whole graph is fresh, i.e. just loaded from the database.
- 
setFreshThe whole graph is fresh, i.e. just loaded from the database.- Returns:
- this instance for chaining
 
 
-