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 IModelTransactionSupport
public void rollbackTransaction()
rollbackTransaction
in interface IModelTransactionSupport
public void startTransaction()
startTransaction
in interface IModelTransactionSupport
public abstract IModelTransaction createTransaction()
Copyright © 2016. All rights reserved.