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
 

Methods in org.neo4j.kernel that return Transaction
 Transaction EmbeddedGraphDatabase.beginTx()
           
 Transaction EmbeddedReadOnlyGraphDatabase.beginTx()
           
 



Copyright © 2010 Neo4j. All Rights Reserved.