E - public static interface AbstractDataSource.AbstractExecutable<E extends BindDaoFactory>
| Modifier and Type | Method and Description |
|---|---|
TransactionResult |
onExecute(E daoFactory)
Execute transation.
|
TransactionResult onExecute(E daoFactory)
TransactionResult.COMMIT to commit results or
TransactionResult.ROLLBACK to rollback. If exception is
thrown, a rollback will be done.daoFactory - ThrowableCopyright © 2017. All rights reserved.