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 Type
    Method
    Description
    org.springframework.data.domain.Page<BitIntegrityReport>
    findByStoreIdAndSpaceIdAndDisplayTrueOrderByCompletionDateDesc(String storeId, String spaceId, org.springframework.data.domain.Pageable pageable)
     
     

    Methods inherited from interface org.springframework.data.repository.CrudRepository

    count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findById, save

    Methods inherited from interface org.springframework.data.jpa.repository.JpaRepository

    deleteAllByIdInBatch, deleteAllInBatch, deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAllById, flush, getById, getOne, getReferenceById, saveAll, saveAllAndFlush, saveAndFlush

    Methods inherited from interface org.springframework.data.repository.PagingAndSortingRepository

    findAll

    Methods 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: