Skip to content

Instantly share code, notes, and snippets.

@pjagielski
Last active February 12, 2019 11:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pjagielski/93541d9dcfd86a347b20882fddf13f61 to your computer and use it in GitHub Desktop.
Save pjagielski/93541d9dcfd86a347b20882fddf13f61 to your computer and use it in GitHub Desktop.
fun findAllBy(articleId: ArticleId): List<Comment>
// or
fun findAllByPaged(articleId: ArticleId, pageRequest: PageRequest): Page<Comment>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment