Thanks for the quick response Colin

If I got you right, I can switch to the Graph API and use the Document API 
functionality out of the Graph API right? Does this mean I can get 
a ODatabaseDocumentTx via the Graph API also? This would be very great!

But anyway I can always use the sql interface to create edges by calling:

        ODatabaseDocumentTx db = pool.acquire();
        db.command(new OCommandSQL("create edge Living from #10:3 to #11:4 
set from = '2000-01-01', to = '2012-04-06'")).execute();

Right?

PS Thanks for helping me out, I am leaving from MongoDB because of the 
Graph functionality so I was more "fimilar" to start of with the Document 
API and now I do not want to rewrite things.

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"OrientDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to