I've got a OneToOne relation between two entities. This relation is eager by default, but when logging requests, I only see multiple selects, no join appears. Same thing when forcing eager.
Do you know how to tell eclipselink to use join fetching (like @Fetch(JOIN) in hibernate) ?
Thanks