public interface Transaction
| Modifier and Type | Method and Description |
|---|---|
void |
begin()
Begins the transaction.
|
void |
commit()
Commits the transaction.
|
void |
end() |
boolean |
isActive()
Is the transaction still active, in other words,
is it still not commited and not rolledback ?
|
void |
rollback()
Rollbacks the transaction.
|
Copyright © 2015. All Rights Reserved.