You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The aggregation pipeline is never called, so objects are never populated. Placing the Join annotation in other places (under the Relationship, creating a non-Override interface method, etc.) also never stop the generation of that same find query. The related object is never populated.
Steps To Reproduce
No response
Environment Information
No response
Example Application
No response
Version
4.4.4
The text was updated successfully, but these errors were encountered:
Expected Behavior
By default, a
find
query should be generated by the repository interface. According to the documentation (https://micronaut-projects.github.io/micronaut-data/latest/guide/#mongoJoinQueries), using the Join annotation switches to the aggregation pipeline to populate relationship fields.Actual Behaviour
It doesn't.
and
generates an identical find query.
The aggregation pipeline is never called, so objects are never populated. Placing the Join annotation in other places (under the Relationship, creating a non-Override interface method, etc.) also never stop the generation of that same find query. The related object is never populated.
Steps To Reproduce
No response
Environment Information
No response
Example Application
No response
Version
4.4.4
The text was updated successfully, but these errors were encountered: