Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JDOQL : "JDOHelper.getObjectId" ought to select the discriminator when present #26

Open
andyjefferson opened this issue Apr 11, 2016 · 0 comments

Comments

@andyjefferson
Copy link
Member

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

  1. when in the SELECT clause
  2. when in the WHERE clause

Need to add use-cases that this is aimed at, since in some cases it would not apply.

@andyjefferson 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant