| Package | Description |
|---|---|
| org.neo4j.graphdb |
The core graph database API.
|
| org.neo4j.kernel |
Implementation for embedding a Neo4j graph database in an application.
|
| Modifier and Type | Method and Description |
|---|---|
Transaction |
GraphDatabaseService.beginTx()
Starts a new
transaction and associates it with the current thread. |
| Modifier and Type | Class and Description |
|---|---|
class |
PlaceboTransaction |
class |
TopLevelTransaction |
| Modifier and Type | Method and Description |
|---|---|
Transaction |
TransactionBuilder.begin()
Starts a new transaction and associates it with the current thread.
|
Transaction |
InternalAbstractGraphDatabase.beginTx() |
Copyright © 2002-2013 The Neo4j Graph Database Project. All Rights Reserved.