Interface RemediationRepoExt
- All Known Subinterfaces:
RemediationRepo
- All Known Implementing Classes:
RemediationRepoExtImpl
public interface RemediationRepoExt
-
Method Summary
Modifier and TypeMethodDescriptionlongcount(OffsetDateTime before, OffsetDateTime after) voiddeleteById(String key) findAll(OffsetDateTime before, OffsetDateTime after, org.springframework.data.domain.Pageable pageable)
-
Method Details
-
count
-
findAll
List<Remediation> findAll(OffsetDateTime before, OffsetDateTime after, org.springframework.data.domain.Pageable pageable) -
deleteById
-