You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ignite.apache.org by xeseo <xe...@163.com> on 2015/10/12 03:05:24 UTC

Using JSON Object to replace Java POJO

I'm new to Ignite, and after going through the docs and some source codes, it
seems currently Ignite has only provided java POJO based adapters and cache
stores. 
Sometimes, we use JSON objects directly with persist layer, to avoid the
expense of OR-mapping and fast content change. 
So I'm trying to override CacheAbstractJdbcStore to implement this, taking
JSONObject as V. Not sure whether this is a good direction. 
However, it'll be great if Ignite can provide this support by default. 

Will Ignite plan to do this, or there has already been such function? 

Thank you!



--
View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Using-JSON-Object-to-replace-Java-POJO-tp1584.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.