T - public interface TransactionResource<T>
SimpleTransactionManager.| Modifier and Type | Method and Description |
|---|---|
T |
begin()
Begins a transaction.
|
TransactionResult |
commit(T aT)
Commits the transaction.
|
TransactionResult |
rollback(T aT)
Rolls back a transaction.
|
T begin()
TransactionResult rollback(T aT)
aT - Object that manages the transaction for the resource.TransactionResult commit(T aT)
aT - Object that manages the transaction for the resource.Copyright © 2025. All rights reserved.