Uses of Class
com.bytedesk.service.visitor_thread.VisitorThreadEntity
Packages that use VisitorThreadEntity
-
Uses of VisitorThreadEntity in com.bytedesk.service.visitor_thread
Methods in com.bytedesk.service.visitor_thread that return VisitorThreadEntityModifier and TypeMethodDescriptionVisitorThreadService.save
(VisitorThreadEntity entity) VisitorThreadService.update
(ThreadEntity thread) Methods in com.bytedesk.service.visitor_thread that return types with arguments of type VisitorThreadEntityModifier and TypeMethodDescriptionVisitorThreadRepository.findFirstByTopic
(String topic) VisitorThreadService.findFirstByTopic
(String topic) static org.springframework.data.jpa.domain.Specification<VisitorThreadEntity>
VisitorThreadSpecification.search
(VisitorThreadRequest request) Methods in com.bytedesk.service.visitor_thread with parameters of type VisitorThreadEntityModifier and TypeMethodDescriptionVisitorThreadService.convertToResponse
(VisitorThreadEntity entity) void
VisitorThreadService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, VisitorThreadEntity entity) VisitorThreadService.save
(VisitorThreadEntity entity)