@Repository
@Profile(value={"mongo","fongo"})
public interface AccountDetailsRepository
extends org.springframework.data.mongodb.repository.MongoRepository<AspspAccountDetails,String>
| Modifier and Type | Method and Description |
|---|---|
List<AspspAccountDetails> |
findByIbanAndCurrency(String iban,
Currency currency) |
findAll, findAll, findAll, findAll, insert, insert, savefindAllList<AspspAccountDetails> findByIbanAndCurrency(String iban, Currency currency)
Copyright © 2019. All rights reserved.