config.bc.jpa.domain.CustomerPayment.orm.xml Maven / Gradle / Ivy
SELECT cp FROM org.broadleafcommerce.profile.core.domain.CustomerPayment cp
WHERE cp.customer.id = :customerId
ORDER BY cp.id
SELECT cp FROM org.broadleafcommerce.profile.core.domain.CustomerPayment cp
WHERE cp.paymentToken = :token
© 2015 - 2025 Weber Informatics LLC | Privacy Policy