Brenden
Brenden

Reputation: 185

OrientDB change class of edge in java

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

Answers (1)

Lvca
Lvca

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

Related Questions