Uses of Class
com.bytedesk.service.thread_emotion.ThreadEmotionEntity
Packages that use ThreadEmotionEntity
-
Uses of ThreadEmotionEntity in com.bytedesk.service.thread_emotion
Methods in com.bytedesk.service.thread_emotion that return ThreadEmotionEntityModifier and TypeMethodDescriptionprotected ThreadEmotionEntityThreadEmotionRestService.doSave(ThreadEmotionEntity entity) ThreadEmotionRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, ThreadEmotionEntity entity) ThreadEmotionRestService.save(ThreadEmotionEntity entity) Methods in com.bytedesk.service.thread_emotion that return types with arguments of type ThreadEmotionEntityModifier and TypeMethodDescriptionprotected org.springframework.data.jpa.domain.Specification<ThreadEmotionEntity>ThreadEmotionRestService.createSpecification(ThreadEmotionRequest request) protected org.springframework.data.domain.Page<ThreadEmotionEntity>ThreadEmotionRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<ThreadEmotionEntity> spec, org.springframework.data.domain.Pageable pageable) ThreadEmotionRepository.findByThreadUid(String threadUid) ThreadEmotionRestService.findByThreadUid(String threadUid) static org.springframework.data.jpa.domain.Specification<ThreadEmotionEntity>ThreadEmotionSpecification.search(ThreadEmotionRequest request, AuthService authService) Methods in com.bytedesk.service.thread_emotion with parameters of type ThreadEmotionEntityModifier and TypeMethodDescriptionThreadEmotionRestService.convertToExcel(ThreadEmotionEntity entity) ThreadEmotionRestService.convertToResponse(ThreadEmotionEntity entity) protected ThreadEmotionEntityThreadEmotionRestService.doSave(ThreadEmotionEntity entity) ThreadEmotionRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, ThreadEmotionEntity entity) voidThreadEmotionEntityListener.onPostPersist(ThreadEmotionEntity threadEmotion) voidThreadEmotionEntityListener.onPostUpdate(ThreadEmotionEntity threadEmotion) ThreadEmotionRestService.save(ThreadEmotionEntity entity) Method parameters in com.bytedesk.service.thread_emotion with type arguments of type ThreadEmotionEntityModifier and TypeMethodDescriptionprotected org.springframework.data.domain.Page<ThreadEmotionEntity>ThreadEmotionRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<ThreadEmotionEntity> spec, org.springframework.data.domain.Pageable pageable) -
Uses of ThreadEmotionEntity in com.bytedesk.service.thread_emotion.event
Fields in com.bytedesk.service.thread_emotion.event declared as ThreadEmotionEntityModifier and TypeFieldDescriptionprivate ThreadEmotionEntityThreadEmotionCreateEvent.threadEmotionprivate ThreadEmotionEntityThreadEmotionDeleteEvent.threadEmotionprivate ThreadEmotionEntityThreadEmotionUpdateEvent.threadEmotionConstructors in com.bytedesk.service.thread_emotion.event with parameters of type ThreadEmotionEntityModifierConstructorDescriptionThreadEmotionCreateEvent(Object source, ThreadEmotionEntity threadEmotion) ThreadEmotionDeleteEvent(Object source, ThreadEmotionEntity threadEmotion) ThreadEmotionUpdateEvent(Object source, ThreadEmotionEntity threadEmotion)