Class RawSepaTransactionRepositoryImpl
- java.lang.Object
-
- de.adorsys.multibanking.mongo.impl.RawSepaTransactionRepositoryImpl
-
- All Implemented Interfaces:
RawSepaTransactionRepositoryIf
@Profile({"mongo","fongo"}) @Service public class RawSepaTransactionRepositoryImpl extends Object implements RawSepaTransactionRepositoryIf
-
-
Constructor Summary
Constructors Constructor Description RawSepaTransactionRepositoryImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddelete(String id)Optional<RawSepaTransactionEntity>findByUserIdAndId(String userId, String id)voidsave(RawSepaTransactionEntity paymentEntity)
-
-
-
Method Detail
-
findByUserIdAndId
public Optional<RawSepaTransactionEntity> findByUserIdAndId(String userId, String id)
- Specified by:
findByUserIdAndIdin interfaceRawSepaTransactionRepositoryIf
-
save
public void save(RawSepaTransactionEntity paymentEntity)
- Specified by:
savein interfaceRawSepaTransactionRepositoryIf
-
delete
public void delete(String id)
- Specified by:
deletein interfaceRawSepaTransactionRepositoryIf
-
-