Hi everyone!

How is it possible to fetch certain ( not all: "*:-1" ) links recursively? 
E.g, I have a Post class, which have "comments" field which is a linkset of 
Comment class. A Comment class also have "comments" field which is a 
linkset of Comment class.  I can't use fetch plan such as: "comments: 
1", "comments.comments: 1", "comments.comments.comments: 1" ... , 
because the depth of comments is not fixed.
Is there in OrientDB an option something like "*.comments: 1" ?

Thanks.

-- 

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