Skip to content

Basic Query (Builder) support #5

Closed
@greenrobot

Description

@greenrobot

Goal: minimal solution including a query builder and a reusable query object. For reference, please check the Java query API.

  • QueryBuilder to allow "equal" criteria for string and int properties (pass property IDs to identify properties if we don't generate a meta model yet)
  • QueryBuilder allows building a Query object
  • Query object methods: find() and findFirst(). find() returns all matching objects, findFirst() just the first one.

Metadata

Metadata

Assignees

No one assigned

    Labels

    help wantedLooking for contributors (ideas, comments, code, etc)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions