Uses of Class
com.bytedesk.core.topic.TopicEntity
Packages that use TopicEntity
-
Uses of TopicEntity in com.bytedesk.core.topic
Methods in com.bytedesk.core.topic that return TopicEntityModifier and TypeMethodDescriptionprotected TopicEntity
TopicRestService.doSave
(TopicEntity entity) TopicRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, TopicEntity entity) Methods in com.bytedesk.core.topic that return types with arguments of type TopicEntityModifier and TypeMethodDescriptionprotected org.springframework.data.jpa.domain.Specification<TopicEntity>
TopicRestService.createSpecification
(TopicRequest request) protected org.springframework.data.domain.Page<TopicEntity>
TopicRestService.executePageQuery
(org.springframework.data.jpa.domain.Specification<TopicEntity> spec, org.springframework.data.domain.Pageable pageable) TopicRestService.findAll()
查询所有的 TopicEntityTopicRestService.findByClientId
(String clientId) TopicRestService.findByTopic
(String topic) TopicRepository.findByTopicsContains
(String topic) TopicRestService.findByUserUid
(String userUid) TopicRepository.findFirstByUserUid
(String userUid) static org.springframework.data.jpa.domain.Specification<TopicEntity>
TopicSpecification.search
(TopicRequest request, AuthService authService) Methods in com.bytedesk.core.topic with parameters of type TopicEntityModifier and TypeMethodDescriptionTopicRestService.convertToResponse
(TopicEntity entity) protected TopicEntity
TopicRestService.doSave
(TopicEntity entity) TopicRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, TopicEntity entity) Method parameters in com.bytedesk.core.topic with type arguments of type TopicEntityModifier and TypeMethodDescriptionprotected org.springframework.data.domain.Page<TopicEntity>
TopicRestService.executePageQuery
(org.springframework.data.jpa.domain.Specification<TopicEntity> spec, org.springframework.data.domain.Pageable pageable)