public interface ChangeSet
| Modifier and Type | Method and Description |
|---|---|
default boolean |
allowEmptyUpdate()
Allows empty updates (by default) or not.
|
java.util.Collection<EntityRecord> |
getEntityRecords()
Gets immutable collections with entity records.
|
java.util.Map<java.lang.String,RelationChanges> |
getRelationChanges()
Gets immutable map with all relation changesets.
|
boolean |
isJaloWayRecommended()
Provides info, if jalo way is recommended (instead of direct persistence)
|
ChangeSet |
withAdded(ChangeSet otherChangeSet)
Creates a new ChangeSet that contains the sum of EntityRecords and RelationChanges from this ChangeSet and
otherChangeSet
|
java.util.Collection<EntityRecord> getEntityRecords()
java.util.Map<java.lang.String,RelationChanges> getRelationChanges()
boolean isJaloWayRecommended()
true, if jalo way is recommended, false by default (direct persistence)ChangeSet withAdded(ChangeSet otherChangeSet)
default boolean allowEmptyUpdate()
true, if empty updates are allowed (by default), false otherwiseCopyright © 2018 SAP SE. All Rights Reserved.