Class CustomerPaymentDaoImpl
java.lang.Object
org.broadleafcommerce.profile.core.dao.CustomerPaymentDaoImpl
- All Implemented Interfaces:
CustomerPaymentDao
@Repository("blCustomerPaymentDao")
public class CustomerPaymentDaoImpl
extends Object
implements CustomerPaymentDao
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected jakarta.persistence.EntityManagerprotected EntityConfiguration -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate()voiddeleteCustomerPaymentById(Long customerPaymentId) voidreadCustomerPaymentById(Long customerPaymentId) readCustomerPaymentByToken(String token) readCustomerPaymentsByCustomerId(Long customerId) save(CustomerPayment customerPayment)
-
Field Details
-
em
protected jakarta.persistence.EntityManager em -
entityConfiguration
-
-
Constructor Details
-
CustomerPaymentDaoImpl
public CustomerPaymentDaoImpl()
-
-
Method Details
-
readCustomerPaymentsByCustomerId
- Specified by:
readCustomerPaymentsByCustomerIdin interfaceCustomerPaymentDao
-
save
- Specified by:
savein interfaceCustomerPaymentDao
-
readCustomerPaymentByToken
- Specified by:
readCustomerPaymentByTokenin interfaceCustomerPaymentDao
-
readCustomerPaymentById
- Specified by:
readCustomerPaymentByIdin interfaceCustomerPaymentDao
-
deleteCustomerPaymentById
- Specified by:
deleteCustomerPaymentByIdin interfaceCustomerPaymentDao
-
deleteCustomerPaymentByToken
- Specified by:
deleteCustomerPaymentByTokenin interfaceCustomerPaymentDao
-
create
- Specified by:
createin interfaceCustomerPaymentDao
-