방승대
1 min readSep 5, 2016

--

May I ask a question of you?

Let me know how to save a complicated object using spring data aerospike jpa (or using aerospike client). For example, it assumes that I have Product class including primitive variables and another object variable like “ProductDetail” object. When I save this product object to aerospike using spring data aerospike, I was embarrassed that the product object saved to just one map data. So, I can’t retrieve the productDetail of product class. How can I save complicated object class to aerospike using spring data aerospike(or aerospike client) and how can I find that object completely?

--

--