Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Search capability #20

Open
1 of 2 tasks
philnate opened this issue Jul 27, 2015 · 0 comments
Open
1 of 2 tasks

Search capability #20

philnate opened this issue Jul 27, 2015 · 0 comments
Assignees
Labels
Milestone

Comments

@philnate
Copy link
Member

Would be good if search capability would be built in instead of manual query building. Something like this would probably be nice:

QueryBuilder q = QueryBuilder.query(Entity.class);
q.where(q.e().getProperty()).is(something).and(q.e().getProperty2()).between(val1,val2).orderBy(desc(getDesc()),asc(getAsc()).limit(x).skip(y).getAll()

  • basic implementation
  • documentation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant