Uses of Interface
org.neo4j.graphdb.Transaction

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)
           
 



Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.