Interface CommentRepository
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IntegerdeleteByPost_Id(String postId)IntegerdeleteByPost_Topic_Id(String topicId)List<Comment>findByPost_Id(String postId)IntegerlockByPost_Id(String postId, Boolean locked)IntegerlockBySiteId(String siteId, Boolean locked)
-