Package | Description |
---|---|
org.neo4j.kernel.api |
Modifier and Type | Method and Description |
---|---|
void |
TransactionContext.commit()
Commit this transaction, this will make the changes in this context visible to other
transactions.
|
void |
TransactionContext.rollback()
Roll back this transaction, undoing any changes that have been made.
|
Copyright © 2002-2013 The Neo4j Graph Database Project. All Rights Reserved.