How would I go about getting all relationships in the entire database ? (with neo4j embedded) I see there is an db.getAllNodes() for nodes is there something similar for relationships?
On Wed, Jul 20, 2011 at 7:13 PM, cyuczi eekc <[email protected]> wrote: > Is there a way to get the number of relationships without having to iterate > through (and count++) them? > ie. rels=firstNode.getRelationships(); > rels.size(); //doesn't actually exist > _______________________________________________ Neo4j mailing list [email protected] https://lists.neo4j.org/mailman/listinfo/user

