Hello all, Is there an easy way to create an iterator over all relations stored in a database? There's database.getAllNodes().
Why isn't there a getAllRelationships() method? There appears to have been one in the past, but it looks like it's protected now? Is there a specific reason why this might be a bad idea? If so, would simply iterating over the nodes, and getting edges that way be substantially faster despite touching each edge twice? Thanks, Alex _______________________________________________ Neo mailing list [email protected] https://lists.neo4j.org/mailman/listinfo/user

