Interface IDatabasePersister
- All Known Implementing Classes:
DatabasePersister
public interface IDatabasePersister
- Author:
- Silvan Wyss
-
Method Summary
Modifier and TypeMethodDescriptionvoidpersistDatabaseChanges(IDatabase database, IDataAdapterAndSchemaReader dataAndSchemaAdapter) Persists the changes of the given database.voidpersistDatabaseChangesTransactional(IDatabase database, IDataAdapterAndSchemaReader dataAndSchemaAdapter) Persists the changes of the given database in one transaction.
-
Method Details
-
persistDatabaseChanges
Persists the changes of the given database.- Parameters:
database-dataAndSchemaAdapter-
-
persistDatabaseChangesTransactional
void persistDatabaseChangesTransactional(IDatabase database, IDataAdapterAndSchemaReader dataAndSchemaAdapter) Persists the changes of the given database in one transaction.- Parameters:
database-dataAndSchemaAdapter-
-