I am using ObjectApi to handle documents as objects.
Let's say we have a parent entity of class "Parent" and a child entity of 
class "Child" where child is an embedded object kept under Parent object.

I want to create a select query such as 
select child from Parent 
and have the child as instance of "Child" class.
Currently if you do this query what it returns is *object Object* and does 
not recognize the class of the Object.

Should this work like this? Any ideas?

-- 

--- 
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 orient-database+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to