Interface CustomerCreditRepository

  • All Superinterfaces:
    org.springframework.data.repository.CrudRepository<CustomerCredit,​java.lang.Long>, org.springframework.data.repository.PagingAndSortingRepository<CustomerCredit,​java.lang.Long>, org.springframework.data.repository.Repository<CustomerCredit,​java.lang.Long>

    public interface CustomerCreditRepository
    extends org.springframework.data.repository.PagingAndSortingRepository<CustomerCredit,​java.lang.Long>
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and TypeMethodDescription
      org.springframework.data.domain.Page<CustomerCredit>findByCreditGreaterThan​(java.math.BigDecimal credit, org.springframework.data.domain.Pageable request) 
      • Methods inherited from interface org.springframework.data.repository.CrudRepository

        count, delete, deleteAll, deleteAll, deleteById, existsById, findAll, findAllById, findById, save, saveAll
      • Methods inherited from interface org.springframework.data.repository.PagingAndSortingRepository

        findAll, findAll
    • Method Detail

      • findByCreditGreaterThan

        org.springframework.data.domain.Page<CustomerCredit> findByCreditGreaterThan​(java.math.BigDecimal credit,
                                                                                     org.springframework.data.domain.Pageable request)