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>
  • Method Summary

    Modifier and Type
    Method
    Description
     
     

    Methods inherited from interface org.springframework.data.repository.CrudRepository

    count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAll, findAllById, findById, save, saveAll