public interface DepositAccountRepository extends org.springframework.data.repository.PagingAndSortingRepository<DepositAccount,String>
| Modifier and Type | Method and Description |
|---|---|
List<DepositAccount> |
findByIbanIn(List<String> ibans) |
List<DepositAccount> |
findByIbanStartingWith(String iban) |
List<DepositAccount> findByIbanIn(List<String> ibans)
List<DepositAccount> findByIbanStartingWith(String iban)
Copyright © 2019. All rights reserved.