Interface CommentEntityManager
- All Superinterfaces:
EntityManager<CommentEntity>
- All Known Implementing Classes:
CommentEntityManagerImpl
-
Method Summary
Modifier and TypeMethodDescriptionvoidbulkDeleteByScopeIdsAndScopeType(Collection<String> scopeIds, String scopeType) longcountByCriteria(CommentQuery commentQuery) voiddeleteByScopeIdAndScopeType(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
-