Uses of Class
com.bytedesk.wechat.mp.tag.WeChatMpTagEntity
Packages that use WeChatMpTagEntity
-
Uses of WeChatMpTagEntity in com.bytedesk.wechat.mp.tag
Fields in com.bytedesk.wechat.mp.tag declared as WeChatMpTagEntityModifier and TypeFieldDescriptionprivate WeChatMpTagEntity
WeChatMpTagEntityCreateEvent.weChatMiniEntity
private WeChatMpTagEntity
WeChatMpTagEntityUpdateEvent.weChatMiniEntity
Methods in com.bytedesk.wechat.mp.tag that return WeChatMpTagEntityMethods 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) void
WeChatMpTagService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, WeChatMpTagEntity entity) WeChatMpTagService.save
(WeChatMpTagEntity entity) Constructors in com.bytedesk.wechat.mp.tag with parameters of type WeChatMpTagEntityModifierConstructorDescriptionWeChatMpTagEntityCreateEvent
(Object source, WeChatMpTagEntity miniEntity) WeChatMpTagEntityUpdateEvent
(Object source, WeChatMpTagEntity miniEntity)