Package | Description |
---|---|
org.neo4j.graphdb |
The core graph database API.
|
Modifier and Type | Method and Description |
---|---|
Transaction |
GraphDatabaseService.beginTx()
Starts a new
transaction and associates it with the current thread. |
Transaction |
GraphDatabaseService.beginTx(long timeout,
TimeUnit unit)
Starts a new
transaction with custom timeout and associates it with the current thread. |
Copyright © 2002–2018 The Neo4j Graph Database Project. All rights reserved.