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
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