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
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
TableEntityitself. BUT what if your entity implements a@ForeignKeyyou allow the fields of foreign objects to be used within querybuilder. this makes it so that you can use more real world queriesContact
@david-auk
Definition of Done