Class RemediationRepoExtImpl
java.lang.Object
org.apache.syncope.core.persistence.jpa.dao.repo.RemediationRepoExtImpl
- All Implemented Interfaces:
RemediationRepoExt
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongcount(OffsetDateTime before, OffsetDateTime after) voiddeleteById(String key) findAll(OffsetDateTime before, OffsetDateTime after, org.springframework.data.domain.Pageable pageable) protected StringBuilderquery(StringBuilder select, OffsetDateTime before, OffsetDateTime after)
-
Field Details
-
LOG
-
entityManager
-
-
Constructor Details
-
RemediationRepoExtImpl
-
-
Method Details
-
query
-
count
- Specified by:
countin interfaceRemediationRepoExt
-
findAll
public List<Remediation> findAll(OffsetDateTime before, OffsetDateTime after, org.springframework.data.domain.Pageable pageable) - Specified by:
findAllin interfaceRemediationRepoExt
-
deleteById
- Specified by:
deleteByIdin interfaceRemediationRepoExt
-