Closed joshsh closed 13 years ago
An update should not be committed unless it succeeds completely. Use TransactionalGraph with one transaction per update operation.
Done. For graphs which implement TransactionalGraph, update operations are wrapped in transactions, and rolled back in their entirety if anything goes wrong.
An update should not be committed unless it succeeds completely. Use TransactionalGraph with one transaction per update operation.