Interface RemediationDAO
- All Superinterfaces:
DAO<Remediation>
- All Known Subinterfaces:
RemediationRepo
,RemediationRepo
-
Field Summary
Fields inherited from interface org.apache.syncope.core.persistence.api.dao.DAO
DEFAULT_SORT
-
Method Summary
Modifier and TypeMethodDescriptionlong
count
(OffsetDateTime before, OffsetDateTime after) findAll
(OffsetDateTime before, OffsetDateTime after, org.springframework.data.domain.Pageable pageable) findByAnyType
(AnyType anyType) findByPullTask
(PullTask pullTask) Methods inherited from interface org.apache.syncope.core.persistence.api.dao.DAO
count, delete, deleteById, existsById, findAll, findById, save
-
Method Details
-
count
-
findByAnyType
-
findByPullTask
-
findAll
List<Remediation> findAll(OffsetDateTime before, OffsetDateTime after, org.springframework.data.domain.Pageable pageable)
-