Interface GradeDataRepository

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

@Repository public interface GradeDataRepository extends org.springframework.data.repository.CrudRepository<GradeData,Long>