Uses of Class
com.bytedesk.wechat.mp.tag.WeChatMpTagEntity
Packages that use WeChatMpTagEntity
-
Uses of WeChatMpTagEntity in com.bytedesk.wechat.mp.tag
Methods in com.bytedesk.wechat.mp.tag that return WeChatMpTagEntityModifier and TypeMethodDescriptionprotected WeChatMpTagEntity
WeChatMpTagService.doSave
(WeChatMpTagEntity entity) WeChatMpTagService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, WeChatMpTagEntity entity) WeChatMpTagService.save
(WeChatMpTagEntity entity) Methods in com.bytedesk.wechat.mp.tag that return types with arguments of type WeChatMpTagEntityModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<WeChatMpTagEntity>
WeChatMpTagSpecification.search
(WeChatMpTagRequest request) Methods in com.bytedesk.wechat.mp.tag with parameters of type WeChatMpTagEntityModifier and TypeMethodDescriptionWeChatMpTagService.convertToResponse
(WeChatMpTagEntity entity) protected WeChatMpTagEntity
WeChatMpTagService.doSave
(WeChatMpTagEntity entity) WeChatMpTagService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, WeChatMpTagEntity entity) WeChatMpTagService.save
(WeChatMpTagEntity entity) -
Uses of WeChatMpTagEntity in com.bytedesk.wechat.mp.tag.event
Fields in com.bytedesk.wechat.mp.tag.event declared as WeChatMpTagEntityModifier and TypeFieldDescriptionprivate WeChatMpTagEntity
WeChatMpTagEntityCreateEvent.weChatMiniEntity
private WeChatMpTagEntity
WeChatMpTagEntityUpdateEvent.weChatMiniEntity
Constructors in com.bytedesk.wechat.mp.tag.event with parameters of type WeChatMpTagEntityModifierConstructorDescriptionWeChatMpTagEntityCreateEvent
(Object source, WeChatMpTagEntity miniEntity) WeChatMpTagEntityUpdateEvent
(Object source, WeChatMpTagEntity miniEntity)