Interface CoursesRepository

All Superinterfaces:
org.springframework.data.repository.CrudRepository<Courses,Long>, org.springframework.data.repository.Repository<Courses,Long>

@Repository public interface CoursesRepository extends org.springframework.data.repository.CrudRepository<Courses,Long>
  • Method Summary

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

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