public class OrmLiteQueryForAllLoader<T,ID> extends BaseOrmLiteLoader<T,ID>
Loader implementation that queries specified Dao for all data, using the
Dao.queryForAll() call.dao| Constructor and Description |
|---|
OrmLiteQueryForAllLoader(android.content.Context context) |
OrmLiteQueryForAllLoader(android.content.Context context,
com.j256.ormlite.dao.Dao<T,ID> dao) |
| Modifier and Type | Method and Description |
|---|---|
List<T> |
loadInBackground() |
deliverResult, onChange, onReset, onStartLoading, onStopLoading, setDaocancelLoadInBackground, dump, isLoadInBackgroundCanceled, onCanceled, onCancelLoad, onForceLoad, onLoadInBackground, setUpdateThrottleabandon, cancelLoad, dataToString, deliverCancellation, forceLoad, getContext, getId, isAbandoned, isReset, isStarted, onAbandon, onContentChanged, registerListener, registerOnLoadCanceledListener, reset, startLoading, stopLoading, takeContentChanged, toString, unregisterListener, unregisterOnLoadCanceledListenerThis documentation is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.