graph.addVertex("class:User") ;
I think i'll just need a way to specify the label for the vertex while creating the framed vertex, something like:
fg.addFramedVertex("class:User", User.class);
Is this possible?
Regards,
Maha
--
You received this message because you are subscribed to the Google Groups "Ferma List" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ferma-list+...@syncleus.com.
To post to this group, send email to ferma...@syncleus.com.
To view this discussion on the web visit https://groups.google.com/a/syncleus.com/d/msgid/ferma-list/b5930eba-fcdf-4a29-9b45-63a0220c2e4f%40syncleus.com.
No I don't think so, not unless tinkerpop supports it somehow (thats the abstraction layer we use). HAve you tried/considered setting it as a property (not sure if that is the same thing in orient). If not tinkerpop does offer a way to expose native vertex types. We could add this as well as other native functionality for other databases. But I don't use orientDB myself so someone would have to submit a pull request to make this possible. But if someone can do that I'd be happy to accept it. I can try to look into it and do it myself.
On Fri, Aug 28, 2015 at 8:28 AM, Mahadevan Kalyanaraman <ma...@tryheld.com> wrote:
HI Jeffrey,Is there any way to have Ferma create vertices that are associated with a OrientDB Vertex type.I can do this in orientdb viagraph.addVertex("class:User") ;
I think i'll just need a way to specify the label for the vertex while creating the framed vertex, something like:
fg.addFramedVertex("class:User", User.class);
Is this possible?
Regards,
Maha
--
You received this message because you are subscribed to the Google Groups "Ferma List" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ferma-list+unsubscribe@syncleus.com.