Uses of Class
com.bytedesk.douyin.comment.DouyinCommentEntity
Packages that use DouyinCommentEntity
-
Uses of DouyinCommentEntity in com.bytedesk.douyin.comment
Methods in com.bytedesk.douyin.comment that return DouyinCommentEntityModifier and TypeMethodDescriptionprotected DouyinCommentEntity
DouyinCommentRestService.doSave
(DouyinCommentEntity entity) DouyinCommentRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, DouyinCommentEntity entity) Methods in com.bytedesk.douyin.comment that return types with arguments of type DouyinCommentEntityModifier and TypeMethodDescriptionprotected org.springframework.data.jpa.domain.Specification<DouyinCommentEntity>
DouyinCommentRestService.createSpecification
(DouyinCommentRequest request) protected org.springframework.data.domain.Page<DouyinCommentEntity>
DouyinCommentRestService.executePageQuery
(org.springframework.data.jpa.domain.Specification<DouyinCommentEntity> spec, org.springframework.data.domain.Pageable pageable) Methods in com.bytedesk.douyin.comment with parameters of type DouyinCommentEntityModifier and TypeMethodDescriptionDouyinCommentRestService.convertToResponse
(DouyinCommentEntity entity) protected DouyinCommentEntity
DouyinCommentRestService.doSave
(DouyinCommentEntity entity) DouyinCommentRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, DouyinCommentEntity entity) Method parameters in com.bytedesk.douyin.comment with type arguments of type DouyinCommentEntityModifier and TypeMethodDescriptionprotected org.springframework.data.domain.Page<DouyinCommentEntity>
DouyinCommentRestService.executePageQuery
(org.springframework.data.jpa.domain.Specification<DouyinCommentEntity> spec, org.springframework.data.domain.Pageable pageable)