Interface CommentDataManager
- All Superinterfaces:
DataManager<CommentEntity>
- All Known Implementing Classes:
MyBatisCommentDataManager
-
Method Summary
Modifier and TypeMethodDescriptionvoidbulkDeleteByScopeIdsAndScopeType(Collection<String> scopeIds, String scopeType) longcountByCriteria(CommentQueryImpl commentQuery) voiddeleteByScopeIdAndScopeType(String scopeId, String scopeType) findByCriteria(CommentQueryImpl commentQuery) findCommentEntityByUserId(String userId) findCommentsByScopeIdAndType(String scopeId, String scopeType)
-
Method Details
-
findCommentsByScopeIdAndType
-
findCommentEntityByUserId
-
countByCriteria
-
findByCriteria
-
deleteByScopeIdAndScopeType
-
bulkDeleteByScopeIdsAndScopeType
-