Subselect fetches are not detected by load plans

Description

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.

Activity

Show:

Former user June 2, 2016 at 8:55 PM

Fixed in master, 5.1, and 5.0 branches.

Fixed

Details

Assignee

Reporter

Labels

Components

Fix versions

Affects versions

Priority

Created April 27, 2016 at 10:07 PM
Updated August 2, 2016 at 4:31 AM
Resolved June 2, 2016 at 8:55 PM