Uses of Class
com.bytedesk.wechat.mp.user.WeChatMpUserEntity
Packages that use WeChatMpUserEntity
-
Uses of WeChatMpUserEntity in com.bytedesk.wechat.mp
Methods in com.bytedesk.wechat.mp with parameters of type WeChatMpUserEntityModifier and TypeMethodDescriptionWeChatMpMessageService.createMessageProtobuf
(WeChatMpEntity mpEntity, ThreadProtobuf threadProtobuf, WeChatMpUserEntity visitor, me.chanjar.weixin.mp.bean.message.WxMpXmlMessage xmlMessage) WeChatMpThreadService.requestThread
(WeChatMpEntity mpEntity, WeChatMpUserEntity visitorEntity) -
Uses of WeChatMpUserEntity in com.bytedesk.wechat.mp.user
Methods in com.bytedesk.wechat.mp.user that return WeChatMpUserEntityModifier and TypeMethodDescriptionWeChatMpUserApiService.getUserInfo
(WeChatMpEntity mpEntity, String openid) WeChatMpUserService.save
(WeChatMpUserEntity entity) Methods in com.bytedesk.wechat.mp.user that return types with arguments of type WeChatMpUserEntityModifier and TypeMethodDescriptionWeChatMpUserRepository.findByOpenid
(String openid) WeChatMpUserService.findByOpenid
(String openid) static org.springframework.data.jpa.domain.Specification<WeChatMpUserEntity>
WeChatMpUserSpecification.search
(WeChatMpUserRequest request) Methods in com.bytedesk.wechat.mp.user with parameters of type WeChatMpUserEntityModifier and TypeMethodDescriptionWeChatMpUserService.convertToResponse
(WeChatMpUserEntity entity) void
WeChatMpUserService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, WeChatMpUserEntity entity) WeChatMpUserService.save
(WeChatMpUserEntity entity)