Hi,
I tried adding a new record by using:
OrientGraph().addVertex("class:" + className)
but when updating after getting the vertix using:
OrientGraph().getVertex(obj.getId())
I get the correct vertix and I populate a map for new changed properties to
update the vertix:
vertex.setProperties(props);
and finally
OrientGraph().commit();
I try checking the DB nothing gets modified.
Any help please
--
---
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.