Uses of Class
com.bytedesk.ai.robot_thread.RobotThreadEntity
Packages that use RobotThreadEntity
Package
Description
智能辅助回复
https://work.weixin.qq.com/nl/act/p/c9d6b36eb873411c
-
Uses of RobotThreadEntity in com.bytedesk.ai.robot_thread
Methods in com.bytedesk.ai.robot_thread that return RobotThreadEntityModifier and TypeMethodDescriptionprotected RobotThreadEntity
RobotThreadRestService.doSave
(RobotThreadEntity entity) RobotThreadRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, RobotThreadEntity entity) Methods in com.bytedesk.ai.robot_thread that return types with arguments of type RobotThreadEntityModifier and TypeMethodDescriptionprotected org.springframework.data.jpa.domain.Specification<RobotThreadEntity>
RobotThreadRestService.createSpecification
(RobotThreadRequest request) protected org.springframework.data.domain.Page<RobotThreadEntity>
RobotThreadRestService.executePageQuery
(org.springframework.data.jpa.domain.Specification<RobotThreadEntity> spec, org.springframework.data.domain.Pageable pageable) RobotThreadRepository.findFirstByTopic
(String topic) RobotThreadRestService.findFirstByTopic
(String topic) static org.springframework.data.jpa.domain.Specification<RobotThreadEntity>
RobotThreadSpecification.search
(RobotThreadRequest request, AuthService authService) Methods in com.bytedesk.ai.robot_thread with parameters of type RobotThreadEntityModifier and TypeMethodDescriptionRobotThreadRestService.convertToResponse
(RobotThreadEntity entity) protected RobotThreadEntity
RobotThreadRestService.doSave
(RobotThreadEntity entity) RobotThreadRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, RobotThreadEntity entity) Method parameters in com.bytedesk.ai.robot_thread with type arguments of type RobotThreadEntityModifier and TypeMethodDescriptionprotected org.springframework.data.domain.Page<RobotThreadEntity>
RobotThreadRestService.executePageQuery
(org.springframework.data.jpa.domain.Specification<RobotThreadEntity> spec, org.springframework.data.domain.Pageable pageable)