| Interface | Description |
|---|---|
| CustomExternalizable |
Allow custom serialization for a certain value in a db-backed collection.
|
| StoredCollection |
Collection which is backed to database.
|
| Class | Description |
|---|---|
| AstExternalizble |
For AST values for a db-backed collection, this allows the serialization to the database.
|
| ConversionData |
Provides APIs to create 'any-purpose' db-backed collections and explicitly defined tables.
|
| DBHelper |
Provides APIs to access the conversion database.
|
| H2ChildMap |
Define a map which is used as a value in a db-backed map.
|
| H2ChildSet |
Define a set which is used as a value in a db-backed map.
|
| H2Map |
A H2-backed map, which has any changes to it logged in a separate work table.
|
| H2MapToMap<K> |
Define a H2-backed map, with its values other db-backed maps.
|
| H2MapToSet<K> |
Define a H2-backed map, with its values other db-backed sets.
|
| H2Set |
A H2-backed set, which has any changes to it logged in a separate work table.
|
| LoggedCollection |
Log all changes to a specified collection, by keeping track of the source AST which made this
change.
|
| LoggedCollection.AstKey |
A key for a logged change, in a collection.
|