Uses of Class
com.bytedesk.wechat.mp.black.WeChatMpBlackEntity
Packages that use WeChatMpBlackEntity
-
Uses of WeChatMpBlackEntity in com.bytedesk.wechat.mp.black
Fields in com.bytedesk.wechat.mp.black declared as WeChatMpBlackEntityModifier and TypeFieldDescriptionprivate WeChatMpBlackEntity
WeChatMpBlackEntityCreateEvent.weChatMiniEntity
private WeChatMpBlackEntity
WeChatMpBlackEntityUpdateEvent.weChatMiniEntity
Methods in com.bytedesk.wechat.mp.black that return WeChatMpBlackEntityModifier and TypeMethodDescriptionprotected WeChatMpBlackEntity
WeChatMpBlackRestService.doSave
(WeChatMpBlackEntity entity) WeChatMpBlackRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, WeChatMpBlackEntity entity) WeChatMpBlackRestService.save
(WeChatMpBlackEntity entity) Methods in com.bytedesk.wechat.mp.black that return types with arguments of type WeChatMpBlackEntityModifier and TypeMethodDescriptionprotected org.springframework.data.jpa.domain.Specification<WeChatMpBlackEntity>
WeChatMpBlackRestService.createSpecification
(WeChatMpBlackRequest request) protected org.springframework.data.domain.Page<WeChatMpBlackEntity>
WeChatMpBlackRestService.executePageQuery
(org.springframework.data.jpa.domain.Specification<WeChatMpBlackEntity> specification, org.springframework.data.domain.Pageable pageable) static org.springframework.data.jpa.domain.Specification<WeChatMpBlackEntity>
WeChatMpBlackSpecification.search
(WeChatMpBlackRequest request, AuthService authService) Methods in com.bytedesk.wechat.mp.black with parameters of type WeChatMpBlackEntityModifier and TypeMethodDescriptionWeChatMpBlackRestService.convertToResponse
(WeChatMpBlackEntity entity) protected WeChatMpBlackEntity
WeChatMpBlackRestService.doSave
(WeChatMpBlackEntity entity) WeChatMpBlackRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, WeChatMpBlackEntity entity) WeChatMpBlackRestService.save
(WeChatMpBlackEntity entity) Method parameters in com.bytedesk.wechat.mp.black with type arguments of type WeChatMpBlackEntityModifier and TypeMethodDescriptionprotected org.springframework.data.domain.Page<WeChatMpBlackEntity>
WeChatMpBlackRestService.executePageQuery
(org.springframework.data.jpa.domain.Specification<WeChatMpBlackEntity> specification, org.springframework.data.domain.Pageable pageable) Constructors in com.bytedesk.wechat.mp.black with parameters of type WeChatMpBlackEntityModifierConstructorDescriptionWeChatMpBlackEntityCreateEvent
(Object source, WeChatMpBlackEntity miniEntity) WeChatMpBlackEntityUpdateEvent
(Object source, WeChatMpBlackEntity miniEntity)