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 WeChatAppEntityWeChatAppRestService.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 WeChatAppEntityWeChatAppRestService.doSave(WeChatAppEntity entity) WeChatAppRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, WeChatAppEntity entity) voidWeChatAppEntityListener.onPostPersist(WeChatAppEntity app) voidWeChatAppEntityListener.onPostUpdate(WeChatAppEntity app) private voidWeChatAppRestService.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 WeChatAppEntityWeChatAppCreateEvent.appprivate WeChatAppEntityWeChatAppDeleteEvent.appprivate WeChatAppEntityWeChatAppUpdateEvent.appConstructors in com.bytedesk.wechat.app.event with parameters of type WeChatAppEntityModifierConstructorDescription