Greetings Everyone. I am still learning OrientDB and trying to understand FETCHPLAN. Let's say I have the following graph:
Customer-[Bought]->Product Customer-[BelongsTo]->Role Customer-[Has]->AccessKey Bought, BelongsTo, and Has are classes that extend E. Customer, Product, Role, and AccessKey are classes that extend V. Customer does not have a property on the class named product, role, or accessKey. How would I use FETCHPLAN to return the Customers + all AccessKey vertices only for each Customer? If I use the query: SELECT FROM Customer FETCHPLAN *:-1 This will return Customers and include all Bought, BelongsTo, Has, Product, Role, and AccessKey. Your assistance and patience with me is appreciated. Thank you. Amir Khawaja. -- --- 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.
