public interface EmployeRepository extends JpaRepository<Employe, Long> {. 2. @Query("delete from Employe e where e.idEmploye=:x").
確定! 回上一頁