Uses of Class
com.broadleafcommerce.paymenttransaction.provider.jpa.domain.JpaPayment
Package
Description
-
Uses of JpaPayment in com.broadleafcommerce.paymenttransaction.provider.jpa.domain
Modifier and TypeMethodDescriptionJpaPaymentTransaction.getPayment()
A reference to the payment this transaction belongs to.Modifier and TypeMethodDescriptionvoid
JpaPaymentTransaction.setPayment
(JpaPayment payment) A reference to the payment this transaction belongs to. -
Uses of JpaPayment in com.broadleafcommerce.paymenttransaction.provider.jpa.repository
Modifier and TypeClassDescriptionclass
JpaCustomizedPaymentRepository<D extends JpaPayment>
interface
JpaPaymentRepository<D extends JpaPayment>