Public 成员函数 | |
| void | release () |
静态 Public 成员函数 | |
| static AbSqliteStorage | getInstance (Context context) |
包函数 | |
| public< T > void | insertData (final T entity, final AbDBDaoImpl< T > dao, final AbDataInsertListener paramDataInsertListener) |
| public< T > void | insertData (final List< T > entityList, final AbDBDaoImpl< T > dao, final AbDataInsertListListener paramDataInsertListListener) |
| public< T > void | findData (final AbStorageQuery storageQuery, final AbDBDaoImpl< T > dao, final AbDataSelectListener paramDataSelectListener) |
| public< T > void | updateData (final T entity, final AbDBDaoImpl< T > dao, final AbDataUpdateListener paramDataUpdateListener) |
| public< T > void | updateData (final List< T > entityList, final AbDBDaoImpl< T > dao, final AbDataUpdateListener paramDataUpdateListener) |
| public< T > void | deleteData (final AbStorageQuery storageQuery, final AbDBDaoImpl< T > dao, final AbDataDeleteListener paramDataDeleteListener) |
Private 成员函数 | |
| AbSqliteStorage (Context context) | |
静态 Private 属性 | |
| static AbSqliteStorage | mSqliteStorage = null |
| static AbTaskQueue | mAbTask = null |
© 2012 amsoft.cn 名称:AbSqliteStorage.java 描述:数据库对象操作类
|
inlineprivate |
初始化.
| context | the context |
|
inlinepackage |
描述:修改数据.
| <T> | the generic type |
| storageQuery | 条件实体 |
| dao | 实现AbDBDaoImpl的Dao |
| paramDataInsertListener | 返回监听器 |
|
inlinepackage |
查找数据.
| <T> | 描述:查询数据 |
| storageQuery | the storage query |
| dao | 实现AbDBDaoImpl的Dao |
| paramDataInsertListener | 返回监听器 |
|
inlinestatic |
|
inlinepackage |
描述:插入数据.
| <T> | the generic type |
| entity | 实体类 设置了对象关系映射 |
| dao | 实现AbDBDaoImpl的Dao |
| paramDataInsertListener | 返回监听器 |
|
inlinepackage |
描述:插入数据.
| <T> | the generic type |
| entityList | 实体类 设置了对象关系映射 |
| dao | 实现AbDBDaoImpl的Dao |
| paramDataInsertListener | 返回监听器 |
|
inline |
描述:释放存储实例.
|
inlinepackage |
描述:修改数据.
| <T> | the generic type |
| entity | 实体类 设置了对象关系映射 |
| dao | 实现AbDBDaoImpl的Dao |
| paramDataInsertListener | 返回监听器 |
|
inlinepackage |
描述:修改数据.
| <T> | the generic type |
| entityList | 实体类 设置了对象关系映射 |
| dao | 实现AbDBDaoImpl的Dao |
| paramDataInsertListener | 返回监听器 |
|
staticprivate |
队列.
|
staticprivate |
单例.
1.8.8