Uses of Interface
org.hypergraphdb.transaction.HGTransactionContext

Packages that use HGTransactionContext
org.hypergraphdb.transaction   
 

Uses of HGTransactionContext in org.hypergraphdb.transaction
 

Methods in org.hypergraphdb.transaction that return HGTransactionContext
 HGTransactionContext HGTransactionManager.getContext()
          Return the HGTransactionContext instance associated with the current thread.
 

Methods in org.hypergraphdb.transaction with parameters of type HGTransactionContext
 void HGTransactionManager.threadAttach(HGTransactionContext tContext)
           Attach the given transaction context to the current thread.