public interface WritePersistenceGateway
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<PersistResult> |
persist(ChangeSet changeSet)
Persists changes in persistence storage.
|
java.util.Collection<PersistResult> persist(ChangeSet changeSet) throws ModelPersistenceException
changeSet - All changes which will be persistedModelPersistenceException - if changes could not be persistedCopyright © 2018 SAP SE. All Rights Reserved.