@Repository
@Profile(value={"mongo","fongo"})
public interface StandingOrderRepositoryMongodb
extends org.springframework.data.mongodb.repository.MongoRepository<StandingOrderEntity,String>
| Modifier and Type | Method and Description |
|---|---|
void |
deleteByAccountId(String accountId) |
List<StandingOrderEntity> |
findByUserIdAndAccountId(String userId,
String accountId) |
findAll, findAll, findAll, findAll, insert, insert, saveAllfindAllList<StandingOrderEntity> findByUserIdAndAccountId(String userId, String accountId)
void deleteByAccountId(String accountId)
Copyright © 2019. All rights reserved.