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