public interface CommentDataManager extends DataManager<CommentEntity>
Modifier and Type | Method and Description |
---|---|
long |
countByCriteria(CommentQueryImpl commentQuery) |
void |
deleteByScopeIdAndScopeType(String scopeId,
String scopeType) |
List<Comment> |
findByCriteria(CommentQueryImpl commentQuery) |
List<Comment> |
findCommentEntityByUserId(String userId) |
List<Comment> |
findCommentsByScopeIdAndType(String scopeId,
String scopeType) |
List<Comment> findCommentsByScopeIdAndType(String scopeId, String scopeType)
long countByCriteria(CommentQueryImpl commentQuery)
List<Comment> findByCriteria(CommentQueryImpl commentQuery)