We have an annotation-based metadata model.
If I define the fetchProfile with 2 @FetchOverrides with one OneToOne Association and one OneToMany Association.
In this case only the OneToOne Association will be loaded. If I remove the FetchOverride for the OneToOne association, the OneToMany association will be loaded.
If I define a fetchProfile with 2 @FetchOverrides with two OneToOne associations, both associations will be loaded.
The Problem occurs only when I define more than one FetchOverrides and only when at least one association an OneToMany or ManyToMany association is.
|