Uses of Class
com.bytedesk.wechat.pay.WeChatPayEntity
Packages that use WeChatPayEntity
-
Uses of WeChatPayEntity in com.bytedesk.wechat.pay
Methods in com.bytedesk.wechat.pay that return WeChatPayEntityModifier and TypeMethodDescriptionprotected WeChatPayEntity
WeChatPayRestService.doSave
(WeChatPayEntity entity) WeChatPayRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, WeChatPayEntity entity) Methods in com.bytedesk.wechat.pay that return types with arguments of type WeChatPayEntityModifier and TypeMethodDescriptionprotected org.springframework.data.jpa.domain.Specification<WeChatPayEntity>
WeChatPayRestService.createSpecification
(WeChatPayRequest request) protected org.springframework.data.domain.Page<WeChatPayEntity>
WeChatPayRestService.executePageQuery
(org.springframework.data.jpa.domain.Specification<WeChatPayEntity> spec, org.springframework.data.domain.Pageable pageable) static org.springframework.data.jpa.domain.Specification<WeChatPayEntity>
WeChatPaySpecification.search
(WeChatPayRequest request, AuthService authService) Methods in com.bytedesk.wechat.pay with parameters of type WeChatPayEntityModifier and TypeMethodDescriptionWeChatPayRestService.convertToResponse
(WeChatPayEntity entity) protected WeChatPayEntity
WeChatPayRestService.doSave
(WeChatPayEntity entity) WeChatPayRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, WeChatPayEntity entity) Method parameters in com.bytedesk.wechat.pay with type arguments of type WeChatPayEntityModifier and TypeMethodDescriptionprotected org.springframework.data.domain.Page<WeChatPayEntity>
WeChatPayRestService.executePageQuery
(org.springframework.data.jpa.domain.Specification<WeChatPayEntity> spec, org.springframework.data.domain.Pageable pageable)