Package | Description |
---|---|
com.j256.ormlite.android.apptools |
Helper classes for use in your application.
|
Modifier and Type | Class and Description |
---|---|
class |
OrmLitePreparedQueryLoader<T,ID>
A
Loader implementation that queries specified Dao using a PreparedQuery . |
class |
OrmLiteQueryForAllLoader<T,ID>
A
Loader implementation that queries specified Dao for all data, using the
Dao.queryForAll() call. |
This documentation is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.