Interface InstructorRepository
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<Instructor, Long>, org.springframework.data.repository.Repository<Instructor, Long>
@Repository
public interface InstructorRepository
extends org.springframework.data.repository.CrudRepository<Instructor, Long>
Repository interface for Instructor entities, providing CRUD operations.
-
Method Summary
Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAll, findAllById, findById, save, saveAll
-
Method Details
-
existsByEmail
-