public interface CustomerCreditRepository extends org.springframework.data.repository.PagingAndSortingRepository<CustomerCredit,Long>
Modifier and Type | Method and Description |
---|---|
org.springframework.data.domain.Page<CustomerCredit> |
findByCreditGreaterThan(BigDecimal credit,
org.springframework.data.domain.Pageable request) |
org.springframework.data.domain.Page<CustomerCredit> findByCreditGreaterThan(BigDecimal credit, org.springframework.data.domain.Pageable request)
Copyright © 2014 Pivotal. All rights reserved.