Uses of Class
org.hypergraphdb.transaction.TransactionBDBImpl

Packages that use TransactionBDBImpl
org.hypergraphdb.transaction   
 

Uses of TransactionBDBImpl in org.hypergraphdb.transaction
 

Methods in org.hypergraphdb.transaction that return TransactionBDBImpl
static TransactionBDBImpl TransactionBDBImpl.nullTransaction()
           
 

Constructors in org.hypergraphdb.transaction with parameters of type TransactionBDBImpl
BDBTxCursor(com.sleepycat.db.Cursor cursor, TransactionBDBImpl tx)