Neo4j

Uses of Interface
org.neo4j.kernel.TransactionBuilder

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

Uses of TransactionBuilder in org.neo4j.kernel
 

Methods in org.neo4j.kernel that return TransactionBuilder
 TransactionBuilder InternalAbstractGraphDatabase.tx()
           
 TransactionBuilder GraphDatabaseAPI.tx()
          Deprecated. 
 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.
 


Neo4j

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