Interface WritePersistenceGateway
-
- All Known Implementing Classes:
DefaultWritePersistenceGateway
public interface WritePersistenceGatewayPersistence gateway responsible for writes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Collection<PersistResult>persist(ChangeSet changeSet)Persists changes in persistence storage.
-
-
-
Method Detail
-
persist
java.util.Collection<PersistResult> persist(ChangeSet changeSet) throws ModelPersistenceException
Persists changes in persistence storage.- Parameters:
changeSet- All changes which will be persisted- Returns:
- Collection of results
- Throws:
ModelPersistenceException- if changes could not be persisted
-
-