Guest User

Untitled

a guest
Feb 17th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. @Query("SELECT * FROM Entity")
  2. abstract fun list(): LiveData<List<Entity>>
  3.  
  4. @Query("SELECT * FROM Entity")
  5. abstract fun listNow(): List<Entity>
Add Comment
Please, Sign In to add comment