Hi, int uniqueId; int actNo; String actId; String somethingElse;
Now when I load values to the cache, if actNo is null in DB, then it will be *loaded as 0* (zero being initial value) So if I execute the below query as SQLFieldsQuery on cache, no rows would be returned: select somethingElse from Account where actNo * is null * and actId = ?; (arguments will be passed as object array) In hibernate we had the provision to mention parameter type so that it would understand this scenario? Does ignite provide a way to resolve this ? Thanks in advance. -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
