Interface RecommendationRequestsRepository

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

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

    Modifier and Type
    Method
    Description
    findByProfessorEmail(String professorEmail)
     

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

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