-
Notifications
You must be signed in to change notification settings - Fork 12
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
Many To Many does not return correct entity on lazy join #13
Comments
I don't understand well the question, can you be more precise ? |
I will try to explain with an example: hope it was more explanatory. |
Ok, now I understand and can reproduce the issue, I will fix it |
This should be fixed by version 0.10.2, can you try to upgrade and tell if it is ok for you ? |
working now. thank you for the quick fix! |
Hi, |
Hi,
I am trying to use the @jointable annotation with lazyGet methods.
I see that the lazyGet returns an instance of the current class.
For example from this repository AbstractTestManyToManyModel Entity3::lazyGetLinks should returns a Flux but instead it returns a Flux .
I saw it during debugging the code as well.
So how can Flux use lazy?
The text was updated successfully, but these errors were encountered: