I need to use multiple tables in one repository #130
JuTiger-Lee
started this conversation in
General
Replies: 1 comment 1 reply
-
Repositories are used to retrieve a domain entity. If you need to retrieve data related to multiple tables, create a query |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
If feed repository needs user table(join and subquery) Because post data needs user information But current repository structure is one repository and one table(1:1)
like this
How feed repository used user table in one repository?
give me the example code please
Thank you
Beta Was this translation helpful? Give feedback.
All reactions