| Interface | Description |
|---|---|
| PersistenceProvider |
Models an external storage model to which db4o have to be adapted to.
|
| Class | Description |
|---|---|
| AllTests | |
| CustomClass | |
| CustomClassRepository | |
| CustomField |
One important thing to remember when implementing ReflectField
is that getFieldType and getIndexType must always return ReflectClass
instances given by the parent reflector.
|
| CustomReflector |
Type information is handled by CustomClassRepository.
|
| CustomReflectorTestCase |
This test case serves two purposes:
1) testing the reflector API
2) documenting a common use case for the reflector API which is adapting an external
data model to db4o's internal OO based mechanism.
|
| CustomUidField | |
| Db4oPersistenceProvider |
Custom class information is stored to db4o itself as
a CustomClassRepository singleton.
|
| Logger | |
| ObjectSetIterator | |
| PersistenceContext | |
| PersistentEntry | |
| PersistentEntryTemplate |