Neo4j Community

Uses of Interface
org.neo4j.kernel.TransactionBuilder

Packages that use TransactionBuilder
org.neo4j.kernel Implementation for embedding a Neo4j graph database in an application. 
org.neo4j.tooling.wrap   
 

Uses of TransactionBuilder in org.neo4j.kernel
 

Methods in org.neo4j.kernel that return TransactionBuilder
abstract  TransactionBuilder AbstractGraphDatabase.tx()
          Returns a new builder where some aspects of the behavior can be configured.
 TransactionBuilder EmbeddedGraphDatabase.tx()
           
 TransactionBuilder EmbeddedReadOnlyGraphDatabase.tx()
           
 TransactionBuilder TransactionBuilder.unforced()
          Relaxes the forcing constraint of the logical logs for this transaction so that the data is written out, but not forced to disk.
 

Uses of TransactionBuilder in org.neo4j.tooling.wrap
 

Methods in org.neo4j.tooling.wrap that return TransactionBuilder
 TransactionBuilder WrappedGraphDatabase.tx()
           
 


Neo4j Community

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