micronaut-projects / micronaut-data

Ahead of Time Data Repositories
Apache License 2.0
459 stars 196 forks source link

Misleading example code in Documentation about Joins (Section 4.4) #2988

Open donarus opened 1 week ago

donarus commented 1 week ago

Expected Behavior

There should not be example with FetchType.LAZY in section 4.4 about JOINs because it is misleading as it is not supported - https://micronaut-projects.github.io/micronaut-data/latest/guide/#hibernateJoinQueries

Actual Behaviour

image

Steps To Reproduce

No response

Environment Information

No response

Example Application

No response

Version

4.8.1

dstepanov commented 1 week ago

Why is it not supported?