| Guys, It does not work, OK, but actually you should not use EAGER at all, this is anti-pattern. It leads to implicit N+1 issue with HQL. I use LAZY for all entity mappings (One-to-one, One-to-many, Many-to-one, Many-to-Many). And in this case it does not matter what to use FETCH_GRAPH or LOAD_GRAPH. |