Hello,

I am using Ignite SQL, wondering it is possible to load cache data into another POJO ?  just like ORM, sql like this :

select new MyPojo(p.name, p.age) from myCacheTable as p where p.age > 30

Thanks. Ed



Reply via email to