Subselect fetches are not properly detected due to:
a bug in FetchStrategyHelper#determineFetchStyleByMetadata resulting in FetchStyle.SELECT incorrectly being returned when FetchStyle.BATCH or FetchStyle.SUBSELECT should have been returned;
a bug that prevents subselect fetches from being stored in load plans.
Subselect fetches are not properly detected due to:
a bug in
FetchStrategyHelper#determineFetchStyleByMetadata
resulting inFetchStyle.SELECT
incorrectly being returned whenFetchStyle.BATCH
orFetchStyle.SUBSELECT
should have been returned;a bug that prevents subselect fetches from being stored in load plans.