Interface EnrollmentDataPointRepository
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<EnrollmentDataPoint,
,Long> org.springframework.data.repository.Repository<EnrollmentDataPoint,
Long>
@Repository
public interface EnrollmentDataPointRepository
extends org.springframework.data.repository.CrudRepository<EnrollmentDataPoint,Long>
-
Method Summary
Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAll, findAllById, findById, save, saveAll