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
WeChatMpDraftRestService.doSave
(WeChatMpDraftEntity entity) WeChatMpDraftRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, WeChatMpDraftEntity entity) WeChatMpDraftRestService.save
(WeChatMpDraftEntity entity) Methods in com.bytedesk.wechat.mp.draft that return types with arguments of type WeChatMpDraftEntityModifier and TypeMethodDescriptionprotected org.springframework.data.jpa.domain.Specification<WeChatMpDraftEntity>
WeChatMpDraftRestService.createSpecification
(WeChatMpDraftRequest request) protected org.springframework.data.domain.Page<WeChatMpDraftEntity>
WeChatMpDraftRestService.executePageQuery
(org.springframework.data.jpa.domain.Specification<WeChatMpDraftEntity> specification, org.springframework.data.domain.Pageable pageable) static org.springframework.data.jpa.domain.Specification<WeChatMpDraftEntity>
WeChatMpDraftSpecification.search
(WeChatMpDraftRequest request, AuthService authService) Methods in com.bytedesk.wechat.mp.draft with parameters of type WeChatMpDraftEntityModifier and TypeMethodDescriptionWeChatMpDraftRestService.convertToResponse
(WeChatMpDraftEntity entity) protected WeChatMpDraftEntity
WeChatMpDraftRestService.doSave
(WeChatMpDraftEntity entity) WeChatMpDraftRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, WeChatMpDraftEntity entity) WeChatMpDraftRestService.save
(WeChatMpDraftEntity entity) Method parameters in com.bytedesk.wechat.mp.draft with type arguments of type WeChatMpDraftEntityModifier and TypeMethodDescriptionprotected org.springframework.data.domain.Page<WeChatMpDraftEntity>
WeChatMpDraftRestService.executePageQuery
(org.springframework.data.jpa.domain.Specification<WeChatMpDraftEntity> specification, org.springframework.data.domain.Pageable pageable) Constructors in com.bytedesk.wechat.mp.draft with parameters of type WeChatMpDraftEntityModifierConstructorDescriptionWeChatMpDraftEntityCreateEvent
(Object source, WeChatMpDraftEntity miniEntity) WeChatMpDraftEntityUpdateEvent
(Object source, WeChatMpDraftEntity miniEntity)