public interface CommentEntityManager extends EntityManager<CommentEntity>
Modifier and Type | Method and Description |
---|---|
long |
countByCriteria(CommentQuery commentQuery) |
CommentQuery |
createCommentQuery() |
void |
deleteByScopeIdAndScopeType(String scopeId,
String scopeType) |
List<Comment> |
findByCriteria(CommentQuery commentQuery) |
List<Comment> |
findByScopeIdAndScopeType(String scopeId,
String scopeType) |
List<Comment> |
findByUserId(String userId) |
CommentQuery createCommentQuery()
long countByCriteria(CommentQuery commentQuery)
List<Comment> findByCriteria(CommentQuery commentQuery)