|
Neo4j Community | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Transaction | |
|---|---|
| org.neo4j.graphdb | The graph database API used by Neo4j. |
| org.neo4j.kernel | Implementation for embedding a Neo4j graph database in an application. |
| org.neo4j.tooling.wrap | |
| Uses of Transaction in org.neo4j.graphdb |
|---|
| Methods in org.neo4j.graphdb that return Transaction | |
|---|---|
Transaction |
GraphDatabaseService.beginTx()
Starts a new transaction and associates it with the current thread. |
| Uses of Transaction in org.neo4j.kernel |
|---|
| Classes in org.neo4j.kernel that implement Transaction | |
|---|---|
class |
PlaceboTransaction
|
class |
TopLevelTransaction
|
| Methods in org.neo4j.kernel that return Transaction | |
|---|---|
Transaction |
TransactionBuilder.begin()
Starts a new transaction and associates it with the current thread. |
Transaction |
AbstractGraphDatabase.beginTx()
|
| Uses of Transaction in org.neo4j.tooling.wrap |
|---|
| Methods in org.neo4j.tooling.wrap that return Transaction | |
|---|---|
Transaction |
WrappedGraphDatabase.beginTx()
|
|
Neo4j Community | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||