Uses of Interface
com.dmasone.identity.payment.domain.PaymentRepository
Packages that use PaymentRepository
Package
Description
Payment use cases and event handling.
Payment persistence implementation.
-
Uses of PaymentRepository in com.dmasone.identity.payment.application
Constructors in com.dmasone.identity.payment.application with parameters of type PaymentRepositoryModifierConstructorDescriptionPaymentService(PaymentRepository paymentRepository, SimulatedPaymentGateway paymentGateway, Clock clock) -
Uses of PaymentRepository in com.dmasone.identity.payment.infrastructure.persistence
Classes in com.dmasone.identity.payment.infrastructure.persistence that implement PaymentRepositoryModifier and TypeClassDescriptionclassAdapter between the payment repository port and JPA.