Uses of Class
com.bytedesk.wechat.app.WeChatAppEntity
Packages that use WeChatAppEntity
-
Uses of WeChatAppEntity in com.bytedesk.wechat.app
Methods in com.bytedesk.wechat.app that return WeChatAppEntityModifier and TypeMethodDescriptionprotected WeChatAppEntity
WeChatAppRestService.doSave
(WeChatAppEntity entity) WeChatAppRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, WeChatAppEntity entity) Methods in com.bytedesk.wechat.app that return types with arguments of type WeChatAppEntityModifier and TypeMethodDescriptionprotected org.springframework.data.jpa.domain.Specification<WeChatAppEntity>
WeChatAppRestService.createSpecification
(WeChatAppRequest request) protected org.springframework.data.domain.Page<WeChatAppEntity>
WeChatAppRestService.executePageQuery
(org.springframework.data.jpa.domain.Specification<WeChatAppEntity> spec, org.springframework.data.domain.Pageable pageable) WeChatAppRestService.findAll()
WeChatAppRepository.findByDeletedFalse()
static org.springframework.data.jpa.domain.Specification<WeChatAppEntity>
WeChatAppSpecification.search
(WeChatAppRequest request, AuthService authService) Methods in com.bytedesk.wechat.app with parameters of type WeChatAppEntityModifier and TypeMethodDescriptionWeChatAppRestService.convertToExcel
(WeChatAppEntity entity) WeChatAppRestService.convertToResponse
(WeChatAppEntity entity) protected WeChatAppEntity
WeChatAppRestService.doSave
(WeChatAppEntity entity) WeChatAppRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, WeChatAppEntity entity) void
WeChatAppEntityListener.onPostPersist
(WeChatAppEntity app) void
WeChatAppEntityListener.onPostUpdate
(WeChatAppEntity app) private void
WeChatAppRestService.refreshWorkAccessToken
(WeChatAppEntity weChatAppEntity) Method parameters in com.bytedesk.wechat.app with type arguments of type WeChatAppEntityModifier and TypeMethodDescriptionprotected org.springframework.data.domain.Page<WeChatAppEntity>
WeChatAppRestService.executePageQuery
(org.springframework.data.jpa.domain.Specification<WeChatAppEntity> spec, org.springframework.data.domain.Pageable pageable) -
Uses of WeChatAppEntity in com.bytedesk.wechat.app.event
Fields in com.bytedesk.wechat.app.event declared as WeChatAppEntityModifier and TypeFieldDescriptionprivate WeChatAppEntity
WeChatAppCreateEvent.app
private WeChatAppEntity
WeChatAppDeleteEvent.app
private WeChatAppEntity
WeChatAppUpdateEvent.app
Constructors in com.bytedesk.wechat.app.event with parameters of type WeChatAppEntityModifierConstructorDescription