- 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> 
- 
Method Summary
 
Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAll, findAllById, findById, save, saveAll