public static interface UnitOfWork.TransactionHandler
| Modifier and Type | Method and Description |
|---|---|
void |
commit()
Commits the current transaction and begins a new one.
|
void |
rollback()
Rolls the current transaction back and begins a new one.
|
Copyright © 2020. All rights reserved.