| java.lang.Object | |
| ↳ | org.springframework.test.context.transaction.TransactionConfigurationAttributes |
Configuration attributes for configuring transactional tests.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Construct a new TransactionConfigurationAttributes instance from the
supplied arguments.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Get the bean name of the
PlatformTransactionManager that is to
be used to drive transactions. | |||||||||||
Whether or not transactions should be rolled back by default.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Construct a new TransactionConfigurationAttributes instance from the supplied arguments.
| transactionManagerName | the bean name of the
PlatformTransactionManager that is to be used to drive transactions |
|---|---|
| defaultRollback | whether or not transactions should be rolled back by default |
Get the bean name of the PlatformTransactionManager that is to
be used to drive transactions.
Whether or not transactions should be rolled back by default.