@Deprecated public class CompositeTestTransactionInterceptor extends java.lang.Object implements TestTransactionInterceptor
Constructor and Description |
---|
CompositeTestTransactionInterceptor(TestTransactionInterceptor... interceptors)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
begin()
Deprecated.
Begin the transaction.
|
void |
commit()
Deprecated.
Commit the transaction.
|
void |
rollback()
Deprecated.
Rollback the transaction.
|
public CompositeTestTransactionInterceptor(TestTransactionInterceptor... interceptors)
interceptors
- the interceptorspublic void begin()
TestTransactionInterceptor
begin
in interface TestTransactionInterceptor
public void commit()
TestTransactionInterceptor
commit
in interface TestTransactionInterceptor
public void rollback()
TestTransactionInterceptor
rollback
in interface TestTransactionInterceptor