I have a Neo4j Database with some graph created. I want to execute a set of cypher statements against this database from a java micro service. Two transactions are required to write data. If second transaction is failing, I want to revert the first t...