This issue can't be edited

Because it belongs to an archived project. Jira admins can restore projects from the archive.

Support polymorphic queries on MongoDB

Description

A query targetting a supertype should return matching subtype entities. At least for MongoDB this does not work at the moment when using the table-per-class strategy as only the collection of the addressed entity type is queried.

Environment

None

is fixed by

Activity

Show:

Gunnar MorlingJuly 16, 2014 at 8:51 AM
Edited

That's solved en-passant by OGM-541. By re-using the infrastructure around HQLQueryPlan, one query per table from the concerned hierarchy is executed.

Fixed

Details

Assignee

Reporter

Participants

Gunnar Morling

Components

Fix versions

Priority

Created October 9, 2013 at 10:11 AM
Updated July 30, 2014 at 7:09 AM
Resolved July 30, 2014 at 7:09 AM