Interface GradeHistoryRepository
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<GradeHistory,
,Long> org.springframework.data.repository.Repository<GradeHistory,
Long>
@Repository
public interface GradeHistoryRepository
extends org.springframework.data.repository.CrudRepository<GradeHistory,Long>
-
Method Summary
Modifier and TypeMethodDescriptionfindByCourse
(String course) findByYyyyqAndCourseAndInstructorAndGrade
(String yyyyq, String course, String instructor, String grade) Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAll, findAllById, findById, save, saveAll
-
Method Details
-
findByYyyyqAndCourseAndInstructorAndGrade
-
findByCourse
-