[
https://issues.apache.org/jira/browse/IGNITE-15783?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andrey Mashenkov reassigned IGNITE-15783:
-----------------------------------------
Assignee: Andrey Mashenkov
> Mapper API and simple implementation.
> -------------------------------------
>
> Key: IGNITE-15783
> URL: https://issues.apache.org/jira/browse/IGNITE-15783
> Project: Ignite
> Issue Type: Improvement
> Components: sql
> Reporter: Andrey Mashenkov
> Assignee: Andrey Mashenkov
> Priority: Major
> Labels: ignite-3
>
> Design Mapper API for user POJO classes for use in KvView and RecordView.
> NB: Most likely, there is no need to have different interfaces for
> Key/Value/Record mappers
> and the same implementation can be reused for all cases.
> Let's
> * Implement an IdentityMapper as a default one that binds the POJO field to
> the column with the same name.
> * Implement a simple mapper that allows binding the POJO field to the column
> with a different name.
> Field <--> column mapping expected to be one-to-one function.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)