Uses of Class
com.bytedesk.wechat.oauth.WeChatOAuthEntity
Packages that use WeChatOAuthEntity
-
Uses of WeChatOAuthEntity in com.bytedesk.wechat.oauth
Methods in com.bytedesk.wechat.oauth that return WeChatOAuthEntityMethods in com.bytedesk.wechat.oauth that return types with arguments of type WeChatOAuthEntityModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<WeChatOAuthEntity>
WeChatOAuthSpecification.search
(WeChatOAuthRequest request) Methods in com.bytedesk.wechat.oauth with parameters of type WeChatOAuthEntityModifier and TypeMethodDescriptionWeChatOAuthService.convertToResponse
(WeChatOAuthEntity entity) void
WeChatOAuthService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, WeChatOAuthEntity entity) WeChatOAuthService.save
(WeChatOAuthEntity entity)