Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
Docs Required, Release Notes Required
Description
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.
Attachments
Issue Links
- is part of
-
IGNITE-15782 User POJO mapping.
- Open
- links to