public abstract class NestedModelTransactionSupport extends Object implements IModelTransactionSupport
| Modifier and Type | Field and Description |
|---|---|
protected ModelTransactionTree |
activeTransactionTree |
| Constructor and Description |
|---|
NestedModelTransactionSupport() |
| Modifier and Type | Method and Description |
|---|---|
void |
commitTransaction() |
abstract IModelTransaction |
createTransaction() |
void |
rollbackTransaction() |
void |
startTransaction() |
protected ModelTransactionTree activeTransactionTree
public void commitTransaction()
commitTransaction in interface IModelTransactionSupportpublic void rollbackTransaction()
rollbackTransaction in interface IModelTransactionSupportpublic void startTransaction()
startTransaction in interface IModelTransactionSupportpublic abstract IModelTransaction createTransaction()
Copyright © 2016. All rights reserved.