Some new observations if they can help :
- I seem to have a similar problem with EmbeddedList type.
- In my example, TestClass1 is declared as an embedded property for
my TestClass2 class. When I get this error, it seems a Record of
type TestClass1 is created and saved to my DB.
- If I remove the linkedClass from my property declaration, I don't get an
error but for every embedded property declared, the embedded object is
saved to his own cluster in addition to beign embedded.
(In the example, if I remove the linkedClass
from my property declaration : testClass2.createProperty("testClass1Property",
OType.EMBEDDED);,
the object is embedded in my TestClass2
record BUT a deplucated record is created sand saved in TestClass1)
--
---
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.