| Interface | Description |
|---|---|
| DatabaseTransformer<Model> |
Interface for converting between entity and database values
|
| Class | Description |
|---|---|
| AbstractDao<DbObject> |
Provides basic operations to save / restore object data in database.
|
| ReflectDao<DbObject> |
Automatically converts annotated Entity to SQL values and provides table name.
|
| ReflectDatabaseTransformer<Model> |
Reflective implementation of
DatabaseTransformer |