的
public ListfindByForum(Forum forum) { return getSession().createQuery(// // TODO 怎么排序 "FROM Topic t WHERE t.forum=? ORDER BY (CASE t.type WHEN 2 THEN 2 ELSE 0 END) DESC, t.lastUpdateTime DESC")// .setParameter(0, forum).list();}
本文共 310 字,大约阅读时间需要 1 分钟。
的
public ListfindByForum(Forum forum) { return getSession().createQuery(// // TODO 怎么排序 "FROM Topic t WHERE t.forum=? ORDER BY (CASE t.type WHEN 2 THEN 2 ELSE 0 END) DESC, t.lastUpdateTime DESC")// .setParameter(0, forum).list();}
转载于:https://www.cnblogs.com/wujixing/p/5570579.html