Interface StudentRepository

All Superinterfaces:
org.springframework.data.repository.CrudRepository<Student,Integer>, org.springframework.data.repository.Repository<Student,Integer>

@Repository public interface StudentRepository extends org.springframework.data.repository.CrudRepository<Student,Integer>