After googling the subject and considering my needs another solution would
be usefull,
this story :
orientdb> create vertex Person set name = 'Luca'
Created vertex 'Person#11:0{name:Luca} v1' in 0,012000 sec(s).
orientdb> create vertex Car set name = 'Ferrari Modena'
Created vertex 'Car#12:0{name:Ferrari Modena} v1' in 0,001000 sec(s).
orientdb> create edge Owns from (select from Person) to (select from Car)
Created edge '[e[#11:0->#12:0][#11:0-Owns->#12:0]]' in 0,005000 sec(s).
Would be executed when I insert a json , all the contained json objects
could get inserted as classes of their name and linked to the class as in
the instruction.
I only would need to define the classes and the edge name, Is this use i'm
looking for avaliable or should I implement it manually ?
--
---
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.