You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently when a query has JDOHelper.getObjectId it just considers the identity value and not the class. It should also have a mapping for the discriminator, or equivalent (when using union). In particular
when in the SELECT clause
when in the WHERE clause
Need to add use-cases that this is aimed at, since in some cases it would not apply.
The text was updated successfully, but these errors were encountered:
andyjefferson
changed the title
JDOQL JDOHelper.getObjectId ought to select the discriminator when present
JDOQL : "JDOHelper.getObjectId" ought to select the discriminator when present
Sep 15, 2017
Currently when a query has JDOHelper.getObjectId it just considers the identity value and not the class. It should also have a mapping for the discriminator, or equivalent (when using union). In particular
Need to add use-cases that this is aimed at, since in some cases it would not apply.
The text was updated successfully, but these errors were encountered: