See: Description
| Enum | Description |
|---|---|
| BindContentProviderEntry.MultiplicityResultType | |
| BindSqlDynamicWhere.PrependType |
Conjunction to prepend to dynamic where statement
|
| Annotation Type | Description |
|---|---|
| BindColumn |
Allow to define specific behaviour of a field treated like a SQLite table
column.
|
| BindContentProvider |
Used to generate a content provider for annotated data source.
|
| BindContentProviderEntry |
Used to manage an URI managed by a content provider path for annotated data
source.
|
| BindContentProviderPath |
Used to generate a content provider path for annotated data source.
|
| BindDao |
This annotation mark an interface for DAO (Data Access Object) associated to a specific bean associated with
BindDao.value() attribute. |
| BindDaoMany2Many | |
| BindDataSource |
Decorate an interface to define a database schema.
|
| BindGeneratedDao |
This annotation is used to mark generated DAO interface parts used in many 2 many relationship.
|
| BindPreference | |
| BindSharedPreferences |
Bind bean to shared preferences.
|
| BindSqlAdapter | |
| BindSqlDelete |
Allow to delete a bean from a database.
|
| BindSqlDynamicOrderBy |
Define a dynamic order by condition.
|
| BindSqlDynamicWhere |
Define a dynamic where condition.
|
| BindSqlDynamicWhereParams |
Define dynamic where condition's parameters.
|
| BindSqlInsert |
Allow to insert a bean into database.
|
| BindSqlPageSize |
Marks a parameter as pageSize for SQL results
|
| BindSqlParam | |
| BindSqlSelect |
Allow to query a database table.
|
| BindSqlUpdate | |
| 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.