Uses of Class
com.bytedesk.voc.comment.VocCommentEntity
Packages that use VocCommentEntity
-
Uses of VocCommentEntity in com.bytedesk.voc.comment
Methods in com.bytedesk.voc.comment that return VocCommentEntityModifier and TypeMethodDescriptionprotected VocCommentEntityVocCommentRestService.doSave(VocCommentEntity entity) VocCommentRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, VocCommentEntity entity) Methods in com.bytedesk.voc.comment that return types with arguments of type VocCommentEntityModifier and TypeMethodDescriptionprotected org.springframework.data.jpa.domain.Specification<VocCommentEntity>VocCommentRestService.createSpecification(VocCommentRequest request) protected org.springframework.data.domain.Page<VocCommentEntity>VocCommentRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<VocCommentEntity> spec, org.springframework.data.domain.Pageable pageable) static org.springframework.data.jpa.domain.Specification<VocCommentEntity>VocCommentSpecification.search(VocCommentRequest request, AuthService authService) Methods in com.bytedesk.voc.comment with parameters of type VocCommentEntityModifier and TypeMethodDescriptionVocCommentRestService.convertToExcel(VocCommentEntity entity) VocCommentRestService.convertToResponse(VocCommentEntity entity) protected VocCommentEntityVocCommentRestService.doSave(VocCommentEntity entity) VocCommentRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, VocCommentEntity entity) voidVocCommentEntityListener.onPostPersist(VocCommentEntity comment) voidVocCommentEntityListener.onPostUpdate(VocCommentEntity comment) Method parameters in com.bytedesk.voc.comment with type arguments of type VocCommentEntityModifier and TypeMethodDescriptionprotected org.springframework.data.domain.Page<VocCommentEntity>VocCommentRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<VocCommentEntity> spec, org.springframework.data.domain.Pageable pageable) -
Uses of VocCommentEntity in com.bytedesk.voc.comment.event
Fields in com.bytedesk.voc.comment.event declared as VocCommentEntityModifier and TypeFieldDescriptionprivate VocCommentEntityVocCommentCreateEvent.commentprivate VocCommentEntityVocCommentDeleteEvent.commentprivate VocCommentEntityVocCommentUpdateEvent.commentConstructors in com.bytedesk.voc.comment.event with parameters of type VocCommentEntityModifierConstructorDescriptionVocCommentCreateEvent(VocCommentEntity comment) VocCommentDeleteEvent(VocCommentEntity comment) VocCommentUpdateEvent(VocCommentEntity comment)