I found a setEdgeClass method in the OGraphBatchInsert class which allows to set the class name for all edges.However, I need to be able to set different classes for different edges. I am passing a @class property to the addEdge method but this does not work. Can anyone help?
On Thursday, December 11, 2014 10:09:22 AM UTC-5, Emin Agassi wrote: > > Hi Luca, > > The OGraphBatchInsert class contains a createEdge method which does not > allow to create an Edge with a default label set. > Is there a method to provide a default label for the E edges? > > I do not want to create any additional properties on the Edges that I am > creating. > Default labels on the Edges allows very easy edge traversals. > > Thanks > -- --- 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.
