My name is Mikael Ronstrom and I work for Hopsworks AB as
Head of Data. I also assist companies working with NDB Cluster as self-employed consultant. I am a member of The Church of
Jesus Christ of Latter Day Saints. I can be contacted at mikael dot ronstrom at gmail dot com for NDB consultancy services.
The statements and opinions expressed on this blog are my own and do not necessarily represent those of Hopsworks AB.
1 comment:
Can you please tell me how do I map JSON field in the table to a Object in ClusterJ?
Create table table_name (
-----
-----
json JSON,
-----)ENGINE=NDBCLUSTER;
how do I map json field to a java object?
Post a Comment