Hello,
I'm trying to create a subclass from a Vertex with different properties set
on it.
First of all I get the vertex class by using the following function:
OClass vertex =
this.graph.getDatabase().getMetadata().getSchema().getClass("V");
And then I use it as a parameter on the createClass:
graph.getDatabase().getMetadata().getSchema().createClass("A3User",
vertex);
The class is created with all of its properties, but A3User don't inherits
from V when I look it on OrientDB Studio or trying to insert a User using
that class.
Any suggestions about this issue?
Thank you all!
--
---
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.