Class BulkPaymentRepositoryImpl
- java.lang.Object
-
- de.adorsys.multibanking.mongo.impl.BulkPaymentRepositoryImpl
-
- All Implemented Interfaces:
BulkPaymentRepositoryIf
@Profile({"mongo","fongo"}) @Service public class BulkPaymentRepositoryImpl extends Object implements BulkPaymentRepositoryIf
-
-
Constructor Summary
Constructors Constructor Description BulkPaymentRepositoryImpl()
-
-
-
Method Detail
-
save
public void save(BulkPaymentEntity target)
- Specified by:
savein interfaceBulkPaymentRepositoryIf
-
delete
public void delete(String id)
- Specified by:
deletein interfaceBulkPaymentRepositoryIf
-
-