|
||||||||||
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. |
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 |
InternalAbstractGraphDatabase.beginTx()
|
protected Transaction |
InternalAbstractGraphDatabase.beginTx(org.neo4j.kernel.impl.transaction.xaframework.ForceMode forceMode)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |