How to get only a list of IDs from findAll() method. Solution: Why not using the @Query annotation? @Query("select p.id from #{#entityName} ...
確定! 回上一頁