Advertisement
Guest User

method

a guest
Mar 5th, 2015
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. public static List<User> getAll() {
  2. // This is how you execute a query
  3.  
  4. return new Select().from(User.class).execute();
  5.  
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement