You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Alexey Kuznetsov (JIRA)" <ji...@apache.org> on 2017/06/12 13:47:00 UTC

[jira] [Created] (IGNITE-5470) Web Console: Model import should generate QueryEntity.KeyFieldName for _key

Alexey Kuznetsov created IGNITE-5470:
----------------------------------------

             Summary: Web Console: Model import should generate QueryEntity.KeyFieldName for _key
                 Key: IGNITE-5470
                 URL: https://issues.apache.org/jira/browse/IGNITE-5470
             Project: Ignite
          Issue Type: Task
          Components: wizards
    Affects Versions: 2.0
            Reporter: Alexey Kuznetsov
            Assignee: Alexey Kuznetsov
             Fix For: 2.1


DTO did not have "id", because it was detected to be a KEY. So, it Web Console converted it to "_key" - a special field that treated as key. (Ignite is a key-value storage!)
To overcome this issue since Ignite 2.0 QueryEntity.KeyFieldName property introduced - we need to generate this field on model import.




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)