budosystems.storage.repository¶
General facility for working with storage repositories (e.g. RDBMS, NoSQL DBs, in-memory)
Classes
Interface for storage repositories. |
|
Options for what to allow when saving to the repository. |
Exceptions
This exception gets raised if the repository attempts to overwrite an existing entity when it expects none with the same ID to be there. |
|
This exception gets raised if an attempt to delete an |
|
This exception gets raised if the repository attempts to find an entity, but it is not found. |
|
This exception gets raised if an attempt to load an |
|
This exception gets raised if an attempt to save an |
|
This exception gets raised if there are problems interpreting the query. |
|
General Repository related exception. |
|
This exception gets raised if the repository cannot be accessed. |