[ 
https://issues.apache.org/jira/browse/IGNITE-18392?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17683673#comment-17683673
 ] 

Pavel Tupitsyn commented on IGNITE-18392:
-----------------------------------------

Merged to main: 91e11ecb9e85b272d8947a79aec55bd5dbe40d65

> Thin 3.0: SQL ResultSet object mapping
> --------------------------------------
>
>                 Key: IGNITE-18392
>                 URL: https://issues.apache.org/jira/browse/IGNITE-18392
>             Project: Ignite
>          Issue Type: Improvement
>          Components: thin client
>            Reporter: Pavel Tupitsyn
>            Assignee: Pavel Tupitsyn
>            Priority: Major
>              Labels: ignite-3
>          Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> Table API provides object mapping capabilities:
> {code:c#}
> RecordView<PersonPojo> pojoView = 
> table.recordView(Mapper.of(PersonPojo.class));
> PersonPojo val = pojoView.get(null, key);
> {code}
> This is cleaner and more efficient than working with *IgniteTuple*s (less 
> allocations and type casts).
> Implement similar functionality for SQL API - users should be able to map 
> query results to POJOs.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to