| 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 |
|---|---|
Lock |
Transaction.acquireReadLock(PropertyContainer entity)
Acquires a read lock for
entity for this transaction. |
Lock |
Transaction.acquireWriteLock(PropertyContainer entity)
Acquires a write lock for
entity for this transaction. |
| Modifier and Type | Field and Description |
|---|---|
static Lock |
PlaceboTransaction.NO_LOCK |
| Modifier and Type | Method and Description |
|---|---|
Lock |
TopLevelTransaction.acquireReadLock(PropertyContainer entity) |
Lock |
TopLevelTransaction.acquireWriteLock(PropertyContainer entity) |
Copyright © 2002-2013 The Neo4j Graph Database Project. All Rights Reserved.