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
WeChatMpTagRestService.doSave
(WeChatMpTagEntity entity) WeChatMpTagRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, WeChatMpTagEntity entity) WeChatMpTagRestService.save
(WeChatMpTagEntity entity) Methods in com.bytedesk.wechat.mp.tag that return types with arguments of type WeChatMpTagEntityModifier and TypeMethodDescriptionprotected org.springframework.data.jpa.domain.Specification<WeChatMpTagEntity>
WeChatMpTagRestService.createSpecification
(WeChatMpTagRequest request) protected org.springframework.data.domain.Page<WeChatMpTagEntity>
WeChatMpTagRestService.executePageQuery
(org.springframework.data.jpa.domain.Specification<WeChatMpTagEntity> specification, org.springframework.data.domain.Pageable pageable) static org.springframework.data.jpa.domain.Specification<WeChatMpTagEntity>
WeChatMpTagSpecification.search
(WeChatMpTagRequest request, AuthService authService) Methods in com.bytedesk.wechat.mp.tag with parameters of type WeChatMpTagEntityModifier and TypeMethodDescriptionWeChatMpTagRestService.convertToResponse
(WeChatMpTagEntity entity) protected WeChatMpTagEntity
WeChatMpTagRestService.doSave
(WeChatMpTagEntity entity) WeChatMpTagRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, WeChatMpTagEntity entity) WeChatMpTagRestService.save
(WeChatMpTagEntity entity) Method parameters in com.bytedesk.wechat.mp.tag with type arguments of type WeChatMpTagEntityModifier and TypeMethodDescriptionprotected org.springframework.data.domain.Page<WeChatMpTagEntity>
WeChatMpTagRestService.executePageQuery
(org.springframework.data.jpa.domain.Specification<WeChatMpTagEntity> specification, org.springframework.data.domain.Pageable pageable) -
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)