Package | Description |
---|---|
org.hypergraphdb.transaction |
Modifier and Type | Class and Description |
---|---|
class |
DefaultTransactionContext
A default implementation of
HGTransactionContext using a stack of currently
active transactions. |
Modifier and Type | Method and Description |
---|---|
HGTransactionContext |
HGTransactionManager.getContext()
Return the
HGTransactionContext instance associated with the current
thread. |
Modifier and Type | Method and Description |
---|---|
HGStorageTransaction |
HGTransactionFactory.createTransaction(HGTransactionContext context,
HGTransactionConfig config,
HGTransaction parent) |
void |
HGTransactionManager.threadAttach(HGTransactionContext tContext)
Attach the given transaction context to the current thread.
|
Copyright © 2015. All rights reserved.