Interface StudentRepository

All Superinterfaces:
CrudRepository<Student,Long>, GenericRepository<Student,Long>, JpaSpecificationExecutor<Student>

public interface StudentRepository extends CrudRepository<Student,Long>, JpaSpecificationExecutor<Student>