| Interface | Description |
|---|---|
| EntityConverter<T> |
An entity converter is responsible for converting an entity to
ContentValues and from a Cursor |
| EntityConverterFactory |
An entity converter factory instantiates
EntityConverters. |
| FieldConverter<T> |
Converts a field of type T to a column representation and vice versa
|
| FieldConverterFactory |
An field converter factory instantiates
FieldConverters. |
| Class | Description |
|---|---|
| EntityConverter.Column |
Holds the column name and type
|
| IndexBuilder |
Builder that can be used to build
Index annotations. |
| ReflectiveEntityConverter<T> |
The default
EntityConverter |
| Enum | Description |
|---|---|
| EntityConverter.ColumnType |
The SQLite column type
|