Skip to content

Search capability #20

Description

@philnate

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions