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, setDao
cancelLoadInBackground, dump, isLoadInBackgroundCanceled, onCanceled, onCancelLoad, onForceLoad, onLoadInBackground, setUpdateThrottle
abandon, cancelLoad, dataToString, deliverCancellation, forceLoad, getContext, getId, isAbandoned, isReset, isStarted, onAbandon, onContentChanged, registerListener, registerOnLoadCanceledListener, reset, startLoading, stopLoading, takeContentChanged, toString, unregisterListener, unregisterOnLoadCanceledListener
This documentation is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.