I am making a spring based web app and I was wondering if there was something similar to hibernate's OpenSessionInView for Neo? Since most interactions with the neo db require a transaction, I thought it would be better to wrap a web request in one transaction. Every time I need to grab a relationship or property from a node, I need a transaction. So I either have to start a new transaction for each bit of code (get this relationship, get this property), or I can try to wrap my whole web request in one transaction.
Matt _______________________________________________ Neo mailing list [email protected] https://lists.neo4j.org/mailman/listinfo/user

