ignite icon indicating copy to clipboard operation
ignite copied to clipboard

Question: Ignite issue with Mapping of Value Type Object

Open ratadepally opened this issue 5 months ago • 6 comments

Hi

We are currently facing an issue with mapping cache data to value object.

We actually came across a scenario where if the data is inserted to cache through DML statements which is INSERT In our case then after that when we try to retrieve the data using cache API which is cache.get(id) then it is trying to map all the values in the VALUE_TYPE object except for the primary key which is coming as "NULL".

When we try to insert data to cache using cache.put(key, Value) then we are able to map the values correctly but same does not apply for above.

Is this an exepected behavior or do we need any configuration change to map the primary key value correctly.

Please suggest.

ratadepally avatar Sep 12 '24 15:09 ratadepally