@Query(value = "select * from book b where b.name=?1", nativeQuery = true) List findByName(String name);. 4. 使用@Param注解注入参数.
確定! 回上一頁