Package | Description |
---|---|
org.hypergraphdb.transaction |
Modifier and Type | Field and Description |
---|---|
static HGTransactionConfig |
HGTransactionConfig.DEFAULT |
static HGTransactionConfig |
HGTransactionConfig.NO_STORAGE |
static HGTransactionConfig |
HGTransactionConfig.READONLY |
static HGTransactionConfig |
HGTransactionConfig.WRITE_UPGRADABLE |
Modifier and Type | Method and Description |
---|---|
void |
DefaultTransactionContext.beginTransaction(HGTransactionConfig config) |
void |
HGTransactionManager.beginTransaction(HGTransactionConfig config)
Begin a new transaction in the current transaction context.
|
void |
HGTransactionContext.beginTransaction(HGTransactionConfig config) |
HGStorageTransaction |
HGTransactionFactory.createTransaction(HGTransactionContext context,
HGTransactionConfig config,
HGTransaction parent) |
<V> V |
HGTransactionManager.ensureTransaction(Callable<V> transaction,
HGTransactionConfig config)
Perform a unit of work encapsulated as a transaction and return the result.
|
<V> V |
HGTransactionManager.transact(Callable<V> transaction,
HGTransactionConfig config)
Perform a unit of work encapsulated as a transaction and return the result.
|
Copyright © 2015. All rights reserved.