@Repository(value="blPaymentInfoDao") public class PaymentInfoDaoImpl extends Object implements PaymentInfoDao
| Modifier and Type | Field and Description |
|---|---|
protected javax.persistence.EntityManager |
em |
protected EntityConfiguration |
entityConfiguration |
| Constructor and Description |
|---|
PaymentInfoDaoImpl() |
| Modifier and Type | Method and Description |
|---|---|
PaymentInfo |
create() |
PaymentLog |
createLog() |
PaymentResponseItem |
createResponseItem() |
void |
delete(PaymentInfo paymentInfo) |
PaymentInfo |
readPaymentInfoById(Long paymentId) |
List<PaymentInfo> |
readPaymentInfosForOrder(Order order) |
PaymentInfo |
save(PaymentInfo paymentInfo) |
PaymentLog |
save(PaymentLog log) |
PaymentResponseItem |
save(PaymentResponseItem paymentResponseItem) |
protected javax.persistence.EntityManager em
protected EntityConfiguration entityConfiguration
public PaymentInfo save(PaymentInfo paymentInfo)
save in interface PaymentInfoDaopublic PaymentResponseItem save(PaymentResponseItem paymentResponseItem)
save in interface PaymentInfoDaopublic PaymentLog save(PaymentLog log)
save in interface PaymentInfoDaopublic PaymentInfo readPaymentInfoById(Long paymentId)
readPaymentInfoById in interface PaymentInfoDaopublic List<PaymentInfo> readPaymentInfosForOrder(Order order)
readPaymentInfosForOrder in interface PaymentInfoDaopublic PaymentInfo create()
create in interface PaymentInfoDaopublic PaymentResponseItem createResponseItem()
createResponseItem in interface PaymentInfoDaopublic PaymentLog createLog()
createLog in interface PaymentInfoDaopublic void delete(PaymentInfo paymentInfo)
delete in interface PaymentInfoDaoCopyright © 2014. All Rights Reserved.