Skip to content

Instantly share code, notes, and snippets.

Created March 19, 2017 12:50
Show Gist options
  • Save anonymous/0c1b19ff31a8db5cc705103241d2b9ad to your computer and use it in GitHub Desktop.
Save anonymous/0c1b19ff31a8db5cc705103241d2b9ad to your computer and use it in GitHub Desktop.
SQLQuery<Comment> query = new SQLQuery(Comment.class, "body text:match ?");
query.setParameter(1, "java");
Comment[] comments = space.readMultiple(query);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment