Uses of Class
com.broadleafcommerce.paymenttransaction.provider.jpa.domain.JpaPayment
Packages that use JpaPayment
Package
Description
-
Uses of JpaPayment in com.broadleafcommerce.paymenttransaction.provider.jpa.domain
Methods in com.broadleafcommerce.paymenttransaction.provider.jpa.domain that return JpaPaymentModifier and TypeMethodDescriptionJpaPaymentTransaction.getPayment()
A reference to the payment this transaction belongs to.Methods in com.broadleafcommerce.paymenttransaction.provider.jpa.domain with parameters of type JpaPaymentModifier 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
Classes in com.broadleafcommerce.paymenttransaction.provider.jpa.repository with type parameters of type JpaPaymentModifier and TypeClassDescriptionclass
JpaCustomizedPaymentRepository<D extends JpaPayment>
interface
JpaPaymentRepository<D extends JpaPayment>