| Interface | Description |
|---|---|
| Cursor<T> |
A collection of
NitriteIds of the database records,
as a result of a find operation. |
| ObjectFilter |
An interface to specify filtering criteria during
ObjectRepository's
find operations. |
| ObjectRepository<T> |
Represents a type-safe persistent java object collection.
|
| Class | Description |
|---|---|
| RepositoryFactory |
A factory class to open a
ObjectRepository. |
| Annotation Type | Description |
|---|---|
| Id |
Indicates that an annotated field is the id field.
|
| Index |
Specifies a field to be indexed.
|
| Indices |
Specifies multiple indexed fields for a class.
|
Nitrite database ObjectRepository api.