@Indexed(value=TestTransactionInterceptor.class) public interface TestTransactionInterceptor
Modifier and Type | Method and Description |
---|---|
void |
begin()
Begin the transaction.
|
void |
commit()
Commit the transaction.
|
void |
rollback()
Rollback the transaction.
|