Guest User

Untitled

a guest
Apr 27th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. System.out.println("===> PersonDAO.findByName() <===");
  2. people = personDAO.findByNameOrdered(name);
  3. for (Person p : people) {
  4. System.out.println(p);
  5. }
Add Comment
Please, Sign In to add comment