|
When the "loadgraph" JPA query hint is used, non-specified attributes should default to the eagerness defined in the entity mappings.
The "fetchgraph" hint should be left as is – non-specified attributes should not be fetched. However, improve the unit test to ensure.
|