Interface StudentRepository

All Superinterfaces:
CrudRepository<Student,String>, GenericRepository<Student,String>

public interface StudentRepository extends CrudRepository<Student,String>