| Interface | Description |
|---|---|
| DatabaseTransformer<Model> |
Interface for converting between entity and database values
Date: 2016/01/28
|
| Class | Description |
|---|---|
| AbstractDao<DbObject> |
By Mikołaj Styś on 07/2015.
|
| ReflectDao<DbObject> |
Automatically converts annotated Entity to SQL values and provides table name.
|
| ReflectDatabaseTransformer<Model> |
Reflective implementation of
DatabaseTransformer |