Reputation: 185
Is it possible to change the class of an OrientDB edge in java? The OrientVertex class has a "moveToClass" method but OrientEdge does not. Simply using
edge.setProperty("@class","newClass")
also doesn't work.
Upvotes: 1
Views: 139
Reputation: 9060
There is no refactoring for edges right now, but if you open a new issue we'll take care of it soon. Open it on: https://github.com/orientechnologies/orientdb/issues/new
Upvotes: 1