首页 > Spring-data-MongoDB排序

Spring-data-MongoDB排序

使用Spring-data-MongoDB框架,查询时排序,在网上看到有些写new Query().sort.on这种写法的,但我使用的1.3.1版本并没有这个方法,不知道该如何排序。还请有知道的大牛指点一二。


    Direction direction=true?Direction.ASC:Direction.DESC;
    query.with(new Sort(direction,key));
【热门文章】
【热门文章】