public interface CommentQuery extends Query<CommentQuery,Comment>
Query.NullHandlingOnOrder
Modifier and Type | Method and Description |
---|---|
CommentQuery |
content(String content) |
CommentQuery |
contentLike(String contentLike) |
CommentQuery |
created(Date created) |
CommentQuery |
createdAfter(Date createdAfter) |
CommentQuery |
createdBefore(Date createdBefore) |
CommentQuery |
id(String id) |
CommentQuery |
orderByCreatedTime() |
CommentQuery |
orderByUpdatedTime() |
CommentQuery |
scopeId(String scopeId) |
CommentQuery |
scopeType(String scopeType) |
CommentQuery |
updated(Date updated) |
CommentQuery |
updatedAfter(Date updatedAfter) |
CommentQuery |
updatedBefore(Date updatedBefore) |
CommentQuery |
userId(String userId) |
CommentQuery id(String id)
CommentQuery scopeId(String scopeId)
CommentQuery scopeType(String scopeType)
CommentQuery userId(String userId)
CommentQuery content(String content)
CommentQuery created(Date created)
CommentQuery updated(Date updated)
CommentQuery createdBefore(Date createdBefore)
CommentQuery updatedBefore(Date updatedBefore)
CommentQuery createdAfter(Date createdAfter)
CommentQuery updatedAfter(Date updatedAfter)
CommentQuery contentLike(String contentLike)
CommentQuery orderByUpdatedTime()
CommentQuery orderByCreatedTime()