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)