Uses of Class
com.bytedesk.wechat.mp.draft.WeChatMpDraftEntity
Packages that use WeChatMpDraftEntity
-
Uses of WeChatMpDraftEntity in com.bytedesk.wechat.mp.draft
Fields in com.bytedesk.wechat.mp.draft declared as WeChatMpDraftEntityModifier and TypeFieldDescriptionprivate WeChatMpDraftEntity
WeChatMpDraftEntityCreateEvent.weChatMiniEntity
private WeChatMpDraftEntity
WeChatMpDraftEntityUpdateEvent.weChatMiniEntity
Methods in com.bytedesk.wechat.mp.draft that return WeChatMpDraftEntityMethods in com.bytedesk.wechat.mp.draft that return types with arguments of type WeChatMpDraftEntityModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<WeChatMpDraftEntity>
WeChatMpDraftSpecification.search
(WeChatMpDraftRequest request) Methods in com.bytedesk.wechat.mp.draft with parameters of type WeChatMpDraftEntityModifier and TypeMethodDescriptionWeChatMpDraftService.convertToResponse
(WeChatMpDraftEntity entity) void
WeChatMpDraftService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, WeChatMpDraftEntity entity) WeChatMpDraftService.save
(WeChatMpDraftEntity entity) Constructors in com.bytedesk.wechat.mp.draft with parameters of type WeChatMpDraftEntityModifierConstructorDescriptionWeChatMpDraftEntityCreateEvent
(Object source, WeChatMpDraftEntity miniEntity) WeChatMpDraftEntityUpdateEvent
(Object source, WeChatMpDraftEntity miniEntity)