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