@Query(value = "select * from Student s where s.name = ?1", nativeQuery = true) List<Student> findStudentsUsingNativeQuery(String name);.
確定! 回上一頁