Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2014
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. Query query = new Query();
  2. query.with(new Sort(Direction.DESC, "crDate")).with(new Sort(Direction.DESC, "ratings"));
  3.  
  4. {"crDate":-1,"ratings":-1}
  5.  
  6. query.with(new Sort(Direction.DESC, Arrays.asList("crDate", "ratings")));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement