Types package.
| Interface | Description |
|---|---|
| Blob | the db4o Blob type to store blobs independant of the main database file and allows to perform asynchronous upload and download operations. |
| Db4oCollection | base interface for db4o collections |
| Db4oCollections | factory and other methods for database-aware collections. |
| Db4oList | |
| Db4oMap | |
| Db4oType | marker interface for all special db4o types. |
| SecondClass | marks objects as second class objects. |
| TransientClass | Marker interface to denote that a class should not be stored by db4o. |