Another way is to use a native query: @Query( value = "select * from user as u where u.name = :name", nativeQuery = true) UserEntity ...
確定! 回上一頁