日期:2014-05-16  浏览次数:20343 次

mongdb 查询使用排序
Query query = new Query();   
    query.with(new Sort(new Order(Direction.DESC,"ts")));