| Package | Description |
|---|---|
| org.neo4j.graphdb |
The core graph database API.
|
| org.neo4j.helpers |
Common Java utilities.
|
| Modifier and Type | Method and Description |
|---|---|
Transaction |
GraphDatabaseService.beginTx()
Starts a new
transaction and associates it with the current thread. |
| Modifier and Type | Method and Description |
|---|---|
void |
TransactionTemplate.execute(org.neo4j.function.Consumer<Transaction> txConsumer) |
<T> T |
TransactionTemplate.execute(org.neo4j.function.Function<Transaction,T> txFunction) |
Copyright © 2002–2015 The Neo4j Graph Database Project. All rights reserved.