Spring Data JPA同样也支持sql语句的查询,如下: /** * nativeQuery : 使用本地sql的方式查询*/ @Query(value="select * from cst_customer" ...
確定! 回上一頁