@Profile(value={"mongo","fongo"})
@Service
public class StandingOrderRepositoryImpl
extends Object
implements StandingOrderRepositoryIf
| Constructor and Description |
|---|
StandingOrderRepositoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteByAccountId(String accountId) |
List<StandingOrderEntity> |
findByUserIdAndAccountId(String userId,
String accountId) |
void |
save(List<StandingOrderEntity> standingOrders) |
void |
save(StandingOrderEntity standingOrder) |
public List<StandingOrderEntity> findByUserIdAndAccountId(String userId, String accountId)
findByUserIdAndAccountId in interface StandingOrderRepositoryIfpublic void save(List<StandingOrderEntity> standingOrders)
save in interface StandingOrderRepositoryIfpublic void save(StandingOrderEntity standingOrder)
save in interface StandingOrderRepositoryIfpublic void deleteByAccountId(String accountId)
deleteByAccountId in interface StandingOrderRepositoryIfCopyright © 2019. All rights reserved.