this is my gremlin query i want to convert to java equivalent
b=g.V("name","test").out('BELONGS').in('HAS').as('x').in('HAS').in('HAS').filter{it.name=='pavani'}.path.toList()-- --- 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.
