Re: Cache Store in Ignite2.0

2017-07-21 Thread Ajay
Hi, Example: I want to build a person cache here my key was affinity key and value was person object assume like my person object having only id,name at run time i want to keep salary also into my cache i saw in ignite we can add fields dynamically at run time like in map tag i pasted above so

Re: Cache Store in Ignite2.0

2017-07-21 Thread vkulichenko
This looks like a part of QueryEntity configuration which is related to Ignite SQL, not to persistence. Can you clarify what you want to achieve, show full configuration, and explain what exactly is not working? -Val -- View this message in context:

Re: Cache Store in Ignite2.0

2017-07-21 Thread ezhuravlev
Hi, If you want, you can work without POJO at all. It's possible to work wih BinaryObjects: https://apacheignite.readme.io/docs/binary-marshaller Here is working example: http://apache-ignite-users.70518.x6.nabble.com/SQL-queries-with-BinaryObject-td5636.html Evgenii -- View this message in