Description
Given:
Fetch group A contains
Fetch group B contains
{z}.Fetch group A includes Fetch group B
Assertions:
1. Any fetch operation with fetch group A should fetch {x,y,z}.
2. Any fetch operation with fetch group B should fetch {z}
.
Currently,
Assertion #2 fails.
Attachments
Issue Links
- relates to
-
OPENJPA-358 Recursion Depth for Field f should be calculated w.r.t active fetch groups and not all fetch groups
- Closed