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 WeChatMpDraftEntityModifier and TypeMethodDescriptionprotected WeChatMpDraftEntity
WeChatMpDraftService.doSave
(WeChatMpDraftEntity entity) WeChatMpDraftService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, WeChatMpDraftEntity entity) WeChatMpDraftService.save
(WeChatMpDraftEntity entity) Methods 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) protected WeChatMpDraftEntity
WeChatMpDraftService.doSave
(WeChatMpDraftEntity entity) 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)