Uses of Class
com.bytedesk.kbase.comment.KbaseCommentEntity
Packages that use KbaseCommentEntity
Package
Description
ByteDesk 评论管理包
提供评论的CRUD、搜索等功能
-
Uses of KbaseCommentEntity in com.bytedesk.kbase.comment
Methods in com.bytedesk.kbase.comment that return KbaseCommentEntityModifier and TypeMethodDescriptionprotected KbaseCommentEntityKbaseCommentRestService.doSave(KbaseCommentEntity entity) KbaseCommentRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, KbaseCommentEntity entity) KbaseCommentRestService.save(KbaseCommentEntity entity) Methods in com.bytedesk.kbase.comment that return types with arguments of type KbaseCommentEntityModifier and TypeMethodDescriptionprotected org.springframework.data.jpa.domain.Specification<KbaseCommentEntity>KbaseCommentRestService.createSpecification(KbaseCommentRequest request) protected org.springframework.data.domain.Page<KbaseCommentEntity>KbaseCommentRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<KbaseCommentEntity> spec, org.springframework.data.domain.Pageable pageable) static org.springframework.data.jpa.domain.Specification<KbaseCommentEntity>KbaseCommentSpecification.search(KbaseCommentRequest request, AuthService authService) Methods in com.bytedesk.kbase.comment with parameters of type KbaseCommentEntityModifier and TypeMethodDescriptionKbaseCommentRestService.convertToResponse(KbaseCommentEntity entity) protected KbaseCommentEntityKbaseCommentRestService.doSave(KbaseCommentEntity entity) KbaseCommentRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, KbaseCommentEntity entity) KbaseCommentRestService.save(KbaseCommentEntity entity) Method parameters in com.bytedesk.kbase.comment with type arguments of type KbaseCommentEntityModifier and TypeMethodDescriptionprotected org.springframework.data.domain.Page<KbaseCommentEntity>KbaseCommentRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<KbaseCommentEntity> spec, org.springframework.data.domain.Pageable pageable) -
Uses of KbaseCommentEntity in com.bytedesk.kbase.comment.event
Fields in com.bytedesk.kbase.comment.event declared as KbaseCommentEntityModifier and TypeFieldDescriptionprivate KbaseCommentEntityKbaseCommentCreateEvent.commentprivate KbaseCommentEntityKbaseCommentDeleteEvent.commentprivate KbaseCommentEntityKbaseCommentUpdateEvent.commentConstructors in com.bytedesk.kbase.comment.event with parameters of type KbaseCommentEntityModifierConstructorDescription