@Repository(value="blCustomerPaymentDao") public class CustomerPaymentDaoImpl extends Object implements CustomerPaymentDao
| Modifier and Type | Field and Description |
|---|---|
protected javax.persistence.EntityManager |
em |
protected EntityConfiguration |
entityConfiguration |
| Constructor and Description |
|---|
CustomerPaymentDaoImpl() |
| Modifier and Type | Method and Description |
|---|---|
CustomerPayment |
create() |
void |
deleteCustomerPaymentById(Long customerPaymentId) |
void |
deleteCustomerPaymentByToken(String token) |
CustomerPayment |
readCustomerPaymentById(Long customerPaymentId) |
CustomerPayment |
readCustomerPaymentByToken(String token) |
List<CustomerPayment> |
readCustomerPaymentsByCustomerId(Long customerId) |
CustomerPayment |
save(CustomerPayment customerPayment) |
protected javax.persistence.EntityManager em
protected EntityConfiguration entityConfiguration
public List<CustomerPayment> readCustomerPaymentsByCustomerId(Long customerId)
readCustomerPaymentsByCustomerId in interface CustomerPaymentDaopublic CustomerPayment save(CustomerPayment customerPayment)
save in interface CustomerPaymentDaopublic CustomerPayment readCustomerPaymentByToken(String token)
readCustomerPaymentByToken in interface CustomerPaymentDaopublic CustomerPayment readCustomerPaymentById(Long customerPaymentId)
readCustomerPaymentById in interface CustomerPaymentDaopublic void deleteCustomerPaymentById(Long customerPaymentId)
deleteCustomerPaymentById in interface CustomerPaymentDaopublic void deleteCustomerPaymentByToken(String token)
deleteCustomerPaymentByToken in interface CustomerPaymentDaopublic CustomerPayment create()
create in interface CustomerPaymentDaoCopyright © 2022. All rights reserved.