Uses of Class
com.bytedesk.kbase.comment.CommentEntity
Packages that use CommentEntity
Package
Description
ByteDesk 评论管理包
提供评论的CRUD、搜索等功能
-
Uses of CommentEntity in com.bytedesk.kbase.comment
Methods in com.bytedesk.kbase.comment that return CommentEntityMethods in com.bytedesk.kbase.comment that return types with arguments of type CommentEntityModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<CommentEntity>
CommentSpecification.search
(CommentRequest request) Methods in com.bytedesk.kbase.comment with parameters of type CommentEntityModifier and TypeMethodDescriptionCommentRestService.convertToResponse
(CommentEntity entity) void
CommentRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, CommentEntity entity) CommentRestService.save
(CommentEntity entity) -
Uses of CommentEntity in com.bytedesk.kbase.comment.event
Fields in com.bytedesk.kbase.comment.event declared as CommentEntityModifier and TypeFieldDescriptionprivate CommentEntity
CommentCreateEvent.comment
private CommentEntity
CommentDeleteEvent.comment
private CommentEntity
CommentUpdateEvent.comment
Constructors in com.bytedesk.kbase.comment.event with parameters of type CommentEntityModifierConstructorDescriptionCommentCreateEvent
(CommentEntity comment) CommentDeleteEvent
(CommentEntity comment) CommentUpdateEvent
(CommentEntity comment)