I would like to store an list of objects in a vertex.
So I defined a property with type of EMBEDDEDLIST and populated the list 
via ODocument instances. (with Tinkerpop Frames)
The result in the DB is like the following example...

[{
        "@type": "d",
        "@version": 0,
        "desc": "xyz"
}]


So my question, I don't like @type and @version fields in every object...
How can I prevent the storage of these fields?
Is my approach the correct approach?

TIA

-- 

--- 
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.

Reply via email to