MySQL Forums
Forum List  »  NDB clusters

ClusterJ JSON field type mapping to Java Object
Posted by: Samarth Sangam
Date: May 09, 2019 10:20PM

Table:

CREATE TABLE table_name (
---
---
json JSON,
PRIMARY KEY(---))ENGINE=NDBCLUSTER;

How do I map json column to java object in ClusterJ persistent interface.

Regards,
Samarth Sangam

Options: ReplyQuote


Subject
Views
Written By
Posted
ClusterJ JSON field type mapping to Java Object
835
May 09, 2019 10:20PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.