How to run multiple gremlin commands as a single transaction?
问题 In Amazon Neptune I would like to run multiple Gremlin commands in Java as a single transactions. The document says that tx.commit() and tx.rollback() is not supported. It suggests this - Multiple statements separated by a semicolon (;) or a newline character (\n) are included in a single transaction. Example from the document show that Gremlin is supported in Java but I don't understand how to "Multiple statements separated by a semicolon" GraphTraversalSource g = traversal().withRemote