Uses of Class
org.duracloud.mill.db.model.BitIntegrityReport
-
Packages that use BitIntegrityReport Package Description org.duracloud.mill.db.repo -
-
Uses of BitIntegrityReport in org.duracloud.mill.db.repo
Methods in org.duracloud.mill.db.repo that return BitIntegrityReport Modifier and Type Method Description BitIntegrityReportJpaBitIntegrityReportRepo. findFirstByAccountAndStoreIdAndSpaceIdOrderByCompletionDateDesc(String account, String storeId, String spaceId)Methods in org.duracloud.mill.db.repo that return types with arguments of type BitIntegrityReport Modifier and Type Method Description org.springframework.data.domain.Page<BitIntegrityReport>JpaBitIntegrityReportRepo. findByStoreIdAndSpaceIdAndDisplayTrueOrderByCompletionDateDesc(String storeId, String spaceId, org.springframework.data.domain.Pageable pageable)
-