Skip to content

Search capability #20

@philnate

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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions