Skip to content

Foreign key querying #20

@david-auk

Description

@david-auk

User story

As a QueryBuilder user, I want To query on other classes fields which make a underwater join, so that we utilize the databases own optimizations instead of using if statements in our code

Context

Right now you can only query on fields of the Dao's TableEntity itself. BUT what if your entity implements a @ForeignKey you allow the fields of foreign objects to be used within querybuilder. this makes it so that you can use more real world queries

Contact

@david-auk

Definition of Done

  • When there are tests that prove you can query on foreign fields
  • the README is updated
  • packaged is published to maven

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions