Interface TopicRepository
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LongcountBySiteIdAndMetadata_Creator_Id(String siteId, String creatorId)List<Topic>findBySiteId(String siteId)List<Topic>findByTags_Id(Long tagId)IntegerlockBySiteId(String siteId, Boolean locked)
-