[ 
https://issues.apache.org/jira/browse/IGNITE-6087?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Vladimir Ozerov closed IGNITE-6087.
-----------------------------------

> SQL: Ability to pass one column to multiple object fields
> ---------------------------------------------------------
>
>                 Key: IGNITE-6087
>                 URL: https://issues.apache.org/jira/browse/IGNITE-6087
>             Project: Ignite
>          Issue Type: Task
>          Components: sql
>    Affects Versions: 2.1
>            Reporter: Vladimir Ozerov
>            Priority: Major
>
> Consider the following case:
> {code}
> class PersonKey {
>     long id;
> }
> class Person {
>     long id;
>     String name;
> }
> {code}This is frequent and convenient pattern as it allows to derive a key 
> from a value. 
> We do not support it in DML at the moment, as column can be mapped only to a 
> single object fields. Let's fix it, introducing some new option to 
> {{QueryEntity}}.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to