Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiset support #141

Open
apawelec opened this issue Apr 22, 2022 · 1 comment
Open

Multiset support #141

apawelec opened this issue Apr 22, 2022 · 1 comment

Comments

@apawelec
Copy link

apawelec commented Apr 22, 2022

Sometime ago JOOQ introduced Multiset operator, which is really nice way to deal with associations - https://blog.jooq.org/jooq-3-15s-new-multiset-operator-will-change-how-you-think-about-sql. In short, it allows to fetch associated data with main entity (as nested collections) in one request and solves problem of de-duplication with normal joins.

Any chance we will get something similar in this great library?

@go-jet
Copy link
Owner

go-jet commented Apr 22, 2022

Hi @apawelec. Multiset operator seems like an interested idea. 👀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants