Interface PostRepository
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IntegerdeleteByTopic_Id(String topicId)List<Post>findByParentPost_Id(String parentPostId)List<Post>findByTopic_Id(String topicId)IntegerlockByParentPost_Id(Boolean locked, String parentPostId)IntegerlockBySiteId(String siteId, Boolean locked)IntegerlockByTopic_Id(Boolean locked, String topicId)
-