getList(list,request,cb,root); | getList(list,request,cb,root); | ||||
Predicate[] p = new Predicate[list.size()]; | Predicate[] p = new Predicate[list.size()]; | ||||
return cb.and(list.toArray(p)); | return cb.and(list.toArray(p)); | ||||
}), Sort.by(Sort.Direction.DESC, "insertTime")); | |||||
}), Sort.by(Sort.Direction.DESC, "createTime")); | |||||
} | } | ||||