| Interface | Description |
|---|---|
| DarwinStorage |
Describes base persistence layer contract for Darwin.
|
| IOUtils |
Contains helper methods to read data from input stream.
|
| LockStorage |
Interface for storing lock information for
Locker class. |
| StorageChecker |
Contains method for checking storage version of the component when there is no record in Darwin
internal data storage.
|
| StorageUpdater |
Contains method for updating components storage.
|
| Class | Description |
|---|---|
| AbstractDatabaseStorage |
Abstract ancestor for database oriented storage.
|
| DefaultDatabaseDarwinStorage |
Default implementation of the Darwin storage.
|
| DefaultDatabaseLockStorage |
Default database implementation for
Locker. |
| DefaultDatabaseStorageChecker |
Default implementation of storage checker just runs selected scripts and when it ends without any exception
it assumes, that version of the storage is that with last executed script.
|
| DefaultDatabaseStorageUpdater |
Default database storage updater.
|
| TransactionalDatabaseLockStorage |
Transaction database implementation.
|
| Enum | Description |
|---|---|
| DarwinStorage.SqlScriptStatus |
Contains all possible states of the SQL script.
|
Copyright © 2020 FG Forrest, a.s.. All rights reserved.