| Interface | Description |
|---|---|
| Dao<E> |
The DAO interface
|
| Flushable |
The Flusable interface
|
| Locator |
The Locator interface
|
| MappingDao<E> |
The Mapping DAO interface
|
| ObjectStore |
The ObjectStore interface
|
| Queryable |
The queryable interface
|
| Class | Description |
|---|---|
| MapObjectStore |
A Map implementation of the
ObjectStore. |
| Exception | Description |
|---|---|
| AnnotationNotFoundException |
Is thrown to indicate that an expected annotation wasn't found.
|
| DaoException |
An DaoException is thrown when something went wrong
while executing a DAO operation.
|
| IllegalAnnotationUsageException |
A IllegalAnnotationUsageException is thrown when a Annotation
was used in a wrong 'illegal' way.
|
| NoMethodWithAnnotationFoundException |
Is thrown when no 'expected' method was found with a certain annotation.
|
Copyright © 2020. All rights reserved.