@Repository
@Profile(value={"mongo","fongo"})
public class BankAccountRepositoryCustomMongodb
extends Object
| Constructor and Description |
|---|
BankAccountRepositoryCustomMongodb() |
| Modifier and Type | Method and Description |
|---|---|
BankAccount.SyncStatus |
getSyncStatus(String accountId) |
void |
updateSyncStatus(String accountId,
BankAccount.SyncStatus syncStatus) |
public BankAccount.SyncStatus getSyncStatus(String accountId)
public void updateSyncStatus(String accountId, BankAccount.SyncStatus syncStatus)
Copyright © 2017. All rights reserved.