dependencies { compile("com.querydsl:querydsl-core:4.2.1") ... .where(user.age.eq(25L)) .limit(limitCount) .select(user.name) .fetch(); ...
確定! 回上一頁