public interface MergeOptions
Instances of MergeOptions are thread safe and safe to share across threads.
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
isClientGeneratedIds()
Returns true if Id values are supplied by the client. 
 | 
boolean | 
isDeletePermanent()
Return true if delete permanent should be used and false for 'normal' delete that allows soft deletes. 
 | 
Set<String> | 
paths()
Return the paths included in the merge. 
 | 
boolean isClientGeneratedIds()
This would be the case when for example a mobile creates data in it's own local database and then sync's. In this case often the id values are UUID.
boolean isDeletePermanent()
Copyright © 2019. All rights reserved.