Orient Technologies
The Company behind OrientDB
--
---
You received this message because you are subscribed to a topic in the Google Groups "OrientDB" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/orient-database/tyiGvLaLtuM/unsubscribe.
To unsubscribe from this group and all its topics, send an email to orient-databa...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Orient Technologies
The Company behind OrientDB
ODocument doc = new ODocument("Properties");
doc.field( "city", new ODocument("City").field("name","Rome").field("country", "Italy") );
then I set v.setProperty("properties",doc);
and g.commit. note that g is a graph connection and I am not using the Document db connection.
is this a correct flow?
Orient Technologies
The Company behind OrientDB