Andrey Mashenkov created IGNITE-15783:
-----------------------------------------
Summary: Mapper API and simple implementation.
Key: IGNITE-15783
URL: https://issues.apache.org/jira/browse/IGNITE-15783
Project: Ignite
Issue Type: Sub-task
Reporter: Andrey Mashenkov
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)