@Repository
@Profile(value={"mongo","fongo"})
public interface PaymentRepository
extends org.springframework.data.mongodb.repository.MongoRepository<AspspPayment,String>
| Modifier and Type | Method and Description |
|---|---|
List<AspspPayment> |
findByPaymentIdOrBulkId(String paymentId,
String bulkId) |
findAll, findAll, findAll, findAll, insert, insert, savefindAllList<AspspPayment> findByPaymentIdOrBulkId(String paymentId, String bulkId)
Copyright © 2018. All rights reserved.