| Modifier and Type | Interface and Description |
|---|---|
interface |
MutableChangeSet
MutableChangeSet interface for creating changeset.
|
| Modifier and Type | Method and Description |
|---|---|
ChangeSet |
ChangeSet.withAdded(ChangeSet otherChangeSet)
Creates a new ChangeSet that contains the sum of EntityRecords and RelationChanges from this ChangeSet and
otherChangeSet
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<PersistResult> |
WritePersistenceGateway.persist(ChangeSet changeSet)
Persists changes in persistence storage.
|
ChangeSet |
ChangeSet.withAdded(ChangeSet otherChangeSet)
Creates a new ChangeSet that contains the sum of EntityRecords and RelationChanges from this ChangeSet and
otherChangeSet
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultChangeSet
Default implementation of direct persistence change set.
|
| Modifier and Type | Method and Description |
|---|---|
ChangeSet |
DefaultChangeSet.withAdded(ChangeSet otherChangeSet) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<PersistResult> |
DefaultWritePersistenceGateway.persist(ChangeSet changeSet) |
java.util.Collection<PersistResult> |
DefaultWritePersistenceGateway.persistInternal(ChangeSet changeSet) |
ChangeSet |
DefaultChangeSet.withAdded(ChangeSet otherChangeSet) |
| Modifier and Type | Method and Description |
|---|---|
ChangeSet |
ChangeSetBuilder.build(java.util.Collection<ModelWrapper> wrappers)
Generic method that builds change set for the provided wrappers.
It can be used for both remove and save operations, as well as mixed scenario. |
ChangeSet |
ChangeSetBuilder.buildForDelete(java.util.Collection<ModelWrapper> wrappers)
Builds change set for remove (delete) operation.
|
ChangeSet |
ChangeSetBuilder.buildForModification(java.util.Collection<ModelWrapper> wrappers)
Builds change set for persist operation with insert and update records, including relation manipulation records.
|
| Modifier and Type | Method and Description |
|---|---|
ChangeSet |
DefaultChangeSetBuilder.build(java.util.Collection<ModelWrapper> wrappers) |
ChangeSet |
DefaultChangeSetBuilder.buildForDelete(java.util.Collection<ModelWrapper> wrappers) |
ChangeSet |
DefaultChangeSetBuilder.buildForModification(java.util.Collection<ModelWrapper> wrappers) |
Copyright © 2018 SAP SE. All Rights Reserved.