Uses of Class
com.bytedesk.core.payment.PaymentEntity
Packages that use PaymentEntity
-
Uses of PaymentEntity in com.bytedesk.core.balance
Methods in com.bytedesk.core.balance with parameters of type PaymentEntity -
Uses of PaymentEntity in com.bytedesk.core.payment
Methods in com.bytedesk.core.payment that return PaymentEntityMethods in com.bytedesk.core.payment that return types with arguments of type PaymentEntityModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<PaymentEntity>
PaymentSpecification.search
(PaymentRequest request) Methods in com.bytedesk.core.payment with parameters of type PaymentEntityModifier and TypeMethodDescriptionPaymentService.convertToResponse
(PaymentEntity entity) void
PaymentService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, PaymentEntity entity) PaymentService.save
(PaymentEntity entity)