Uses of Class
de.greenrobot.dao.LazyList

Packages that use LazyList
de.greenrobot.dao   
 

Uses of LazyList in de.greenrobot.dao
 

Methods in de.greenrobot.dao that return LazyList
 LazyList<T> QueryBuilder.listLazy()
          Shorthand for build().
 LazyList<T> Query.listLazy()
          Executes the query and returns the result as a list that lazy loads the entities on first access.
 LazyList<T> QueryBuilder.listLazyUncached()
          Shorthand for build().
 LazyList<T> Query.listLazyUncached()
          Executes the query and returns the result as a list that lazy loads the entities on every access (uncached).
 



Copyright © 2011-2012 greenrobot.de. All Rights Reserved.