Package org.duracloud.mill.db.repo
Interface JpaBitIntegrityReportRepo
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<BitIntegrityReport,,Long> org.springframework.data.jpa.repository.JpaRepository<BitIntegrityReport,,Long> org.springframework.data.repository.PagingAndSortingRepository<BitIntegrityReport,,Long> org.springframework.data.repository.query.QueryByExampleExecutor<BitIntegrityReport>,org.springframework.data.repository.Repository<BitIntegrityReport,Long>
@Repository("bitIntegrityReportRepo")
public interface JpaBitIntegrityReportRepo
extends org.springframework.data.jpa.repository.JpaRepository<BitIntegrityReport,Long>
- Author:
- Daniel Bernstein
-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.data.domain.Page<BitIntegrityReport>findByStoreIdAndSpaceIdAndDisplayTrueOrderByCompletionDateDesc(String storeId, String spaceId, org.springframework.data.domain.Pageable pageable) findFirstByAccountAndStoreIdAndSpaceIdOrderByCompletionDateDesc(String account, String storeId, String spaceId) Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findById, saveMethods inherited from interface org.springframework.data.jpa.repository.JpaRepository
deleteAllByIdInBatch, deleteAllInBatch, deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAllById, flush, getById, getOne, getReferenceById, saveAll, saveAllAndFlush, saveAndFlushMethods inherited from interface org.springframework.data.repository.PagingAndSortingRepository
findAllMethods inherited from interface org.springframework.data.repository.query.QueryByExampleExecutor
count, exists, findAll, findBy, findOne
-
Method Details
-
findByStoreIdAndSpaceIdAndDisplayTrueOrderByCompletionDateDesc
org.springframework.data.domain.Page<BitIntegrityReport> findByStoreIdAndSpaceIdAndDisplayTrueOrderByCompletionDateDesc(String storeId, String spaceId, org.springframework.data.domain.Pageable pageable) - Parameters:
storeId-spaceId-pageable-- Returns:
-
findFirstByAccountAndStoreIdAndSpaceIdOrderByCompletionDateDesc
BitIntegrityReport findFirstByAccountAndStoreIdAndSpaceIdOrderByCompletionDateDesc(String account, String storeId, String spaceId) - Parameters:
account-storeId-spaceId-- Returns:
-