Package | Description |
---|---|
org.neo4j.graphdb |
The core graph database API.
|
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. |
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.