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 PaymentEntityModifier and TypeMethodDescriptionprotected PaymentEntity
PaymentRestService.doSave
(PaymentEntity entity) PaymentRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, PaymentEntity entity) PaymentRestService.save
(PaymentEntity entity) Methods in com.bytedesk.core.payment that return types with arguments of type PaymentEntityModifier and TypeMethodDescriptionprotected org.springframework.data.jpa.domain.Specification<PaymentEntity>
PaymentRestService.createSpecification
(PaymentRequest request) protected org.springframework.data.domain.Page<PaymentEntity>
PaymentRestService.executePageQuery
(org.springframework.data.jpa.domain.Specification<PaymentEntity> specification, org.springframework.data.domain.Pageable pageable) static org.springframework.data.jpa.domain.Specification<PaymentEntity>
PaymentSpecification.search
(PaymentRequest request, AuthService authService) Methods in com.bytedesk.core.payment with parameters of type PaymentEntityModifier and TypeMethodDescriptionPaymentRestService.convertToResponse
(PaymentEntity entity) protected PaymentEntity
PaymentRestService.doSave
(PaymentEntity entity) PaymentRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, PaymentEntity entity) PaymentRestService.save
(PaymentEntity entity) Method parameters in com.bytedesk.core.payment with type arguments of type PaymentEntityModifier and TypeMethodDescriptionprotected org.springframework.data.domain.Page<PaymentEntity>
PaymentRestService.executePageQuery
(org.springframework.data.jpa.domain.Specification<PaymentEntity> specification, org.springframework.data.domain.Pageable pageable)