You can re-write this SQLInterpolation code by using QueryDSL as follow. ... orderBy(o.id).desc .limit(4) .offset(0) }.map(Order(o, p, a)).list.apply() ...
確定! 回上一頁