See: Description
| Annotation Type | Description |
|---|---|
| BindColumn |
Allow to define specific behaviour of a field treated like a SQLite table column.
|
| BindDao |
This annotation mark an interface for DAO (Data Access Object) associated to a specific bean associated with
BindDao.value() attribute. |
| BindDataSource |
Decorate an interface to define a database schema.
|
| BindPreference | |
| BindSharedPreferences |
Bind bean to shared preferences.
|
| BindSqlDelete |
Allow to delete a bean from a database.
|
| BindSqlInsert |
Allow to insert a bean into database.
|
| BindSqlOrderBy |
Define a dynamic order by condition.
|
| BindSqlPageSize |
Marks a parameter as pageSize for SQL results
|
| BindSqlParam | |
| BindSqlSelect |
Allow to query a database table.
|
| BindSqlUpdate | |
| BindSqlWhere |
Define a dynamic where condition.
|
| BindTable |
When a class is converted to a table, the name of table is obtained from Java
class name with a upper camel to Lower under score convertion.
|
Copyright © 2017. All rights reserved.