@Profile(value={"mongo","fongo"})
@Service
public class RawSepaTransactionRepositoryImpl
extends Object
implements RawSepaTransactionRepositoryIf
| Constructor and Description |
|---|
RawSepaTransactionRepositoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
delete(String id) |
Optional<RawSepaTransactionEntity> |
findByUserIdAndId(String userId,
String id) |
void |
save(RawSepaTransactionEntity paymentEntity) |
public Optional<RawSepaTransactionEntity> findByUserIdAndId(String userId, String id)
findByUserIdAndId in interface RawSepaTransactionRepositoryIfpublic void save(RawSepaTransactionEntity paymentEntity)
save in interface RawSepaTransactionRepositoryIfpublic void delete(String id)
delete in interface RawSepaTransactionRepositoryIfCopyright © 2020. All rights reserved.