Uses of Class
com.bytedesk.wechat.work.kefu.account.WeChatAccountEntity
Packages that use WeChatAccountEntity
-
Uses of WeChatAccountEntity in com.bytedesk.wechat.work.kefu.account
Methods in com.bytedesk.wechat.work.kefu.account that return WeChatAccountEntityModifier and TypeMethodDescriptionprotected WeChatAccountEntityWeChatAccountRestService.doSave(WeChatAccountEntity entity) WeChatAccountRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, WeChatAccountEntity entity) Methods in com.bytedesk.wechat.work.kefu.account that return types with arguments of type WeChatAccountEntityModifier and TypeMethodDescriptionprotected org.springframework.data.jpa.domain.Specification<WeChatAccountEntity>WeChatAccountRestService.createSpecification(WeChatAccountRequest request) protected org.springframework.data.domain.Page<WeChatAccountEntity>WeChatAccountRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<WeChatAccountEntity> specification, org.springframework.data.domain.Pageable pageable) static org.springframework.data.jpa.domain.Specification<WeChatAccountEntity>WeChatAccountSpecification.search(WeChatAccountRequest request, AuthService authService) Methods in com.bytedesk.wechat.work.kefu.account with parameters of type WeChatAccountEntityModifier and TypeMethodDescriptionWeChatAccountRestService.convertToResponse(WeChatAccountEntity entity) protected WeChatAccountEntityWeChatAccountRestService.doSave(WeChatAccountEntity entity) WeChatAccountRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, WeChatAccountEntity entity) Method parameters in com.bytedesk.wechat.work.kefu.account with type arguments of type WeChatAccountEntityModifier and TypeMethodDescriptionprotected org.springframework.data.domain.Page<WeChatAccountEntity>WeChatAccountRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<WeChatAccountEntity> specification, org.springframework.data.domain.Pageable pageable)