| Package | Description |
|---|---|
| de.adorsys.multibanking.domain | |
| de.adorsys.multibanking.pers.spi.repository |
| Modifier and Type | Method and Description |
|---|---|
BankAccountEntity |
BankAccountEntity.bankAccessId(String bankAccessId) |
BankAccountEntity |
BankAccountEntity.id(String id) |
| Modifier and Type | Method and Description |
|---|---|
BankAccountEntity |
BankAccountRepositoryIf.findOne(String accountId) |
| Modifier and Type | Method and Description |
|---|---|
List<BankAccountEntity> |
BankAccountRepositoryIf.deleteByBankAccess(String accessId) |
List<BankAccountEntity> |
BankAccountRepositoryIf.findByUserId(String userId) |
List<BankAccountEntity> |
BankAccountRepositoryIf.findByUserIdAndBankAccessId(String userId,
String bankAccessId) |
Optional<BankAccountEntity> |
BankAccountRepositoryIf.findByUserIdAndId(String userId,
String id) |
| Modifier and Type | Method and Description |
|---|---|
void |
BankAccountRepositoryIf.save(BankAccountEntity bankAccount) |
| Modifier and Type | Method and Description |
|---|---|
void |
BankAccountRepositoryIf.save(List<BankAccountEntity> bankAccounts) |
Copyright © 2017. All rights reserved.