You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ignite.apache.org by ezhuravlev <e....@gmail.com> on 2018/08/01 13:19:24 UTC

Re: SqlQueryFileds on List of Binary Object

Hi,

As for now, it's not possible to query objects if they're stored as
collection like IgniteCache
<Integer, List&lt;BinaryObject>>, so, I'd recommend changing the way how you
store objects in cache - it will be pretty the same if you will store it
like IgniteCache<Integer, BinaryObject>

Evgenii



--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/