Interface CommentEntityManager
- All Superinterfaces:
EntityManager<CommentEntity>
- All Known Implementing Classes:
CommentEntityManagerImpl
-
Method Summary
Modifier and TypeMethodDescriptionvoid
bulkDeleteByScopeIdsAndScopeType
(Collection<String> scopeIds, String scopeType) long
countByCriteria
(CommentQuery commentQuery) void
deleteByScopeIdAndScopeType
(String scopeId, String scopeType) findByCriteria
(CommentQuery commentQuery) findByScopeIdAndScopeType
(String scopeId, String scopeType) findByUserId
(String userId)
-
Method Details
-
createCommentQuery
CommentQuery createCommentQuery() -
findByScopeIdAndScopeType
-
findByUserId
-
countByCriteria
-
findByCriteria
-
deleteByScopeIdAndScopeType
-
bulkDeleteByScopeIdsAndScopeType
-