JSON Structure

0
Hi Team, Can you please suggest how to save the JSON Object data in postgres database. Thank you.
asked
1 answers
1

You can use an import mapping to map your JSON objects to entities in your model. You can import directly to persistent entities or use non-persistent entities and loop through them to do the stuff you want before committing the data.

answered