@TransactionConfiguration is removed.@Deprecated public class TransactionConfigurationAttributes extends Object
TransactionConfiguration| Constructor and Description | 
|---|
TransactionConfigurationAttributes()
Deprecated.  
Construct a new  
TransactionConfigurationAttributes instance
 using an empty string for the bean name of the
 PlatformTransactionManager and true for the default
 rollback flag. | 
TransactionConfigurationAttributes(String transactionManagerName,
                                  boolean defaultRollback)
Deprecated.  
Construct a new  
TransactionConfigurationAttributes instance
 from the supplied arguments. | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getTransactionManagerName()
Deprecated.  
Get the bean name of the  
PlatformTransactionManager that is to
 be used to drive test-managed transactions. | 
boolean | 
isDefaultRollback()
Deprecated.  
Whether test-managed transactions should be rolled back by default. 
 | 
String | 
toString()
Deprecated.  
  | 
public TransactionConfigurationAttributes()
TransactionConfigurationAttributes instance
 using an empty string for the bean name of the
 PlatformTransactionManager and true for the default
 rollback flag.public TransactionConfigurationAttributes(String transactionManagerName, boolean defaultRollback)
TransactionConfigurationAttributes instance
 from the supplied arguments.transactionManagerName - the bean name of the
 PlatformTransactionManager that is to be used to drive
 test-managed transactionsdefaultRollback - whether or not test-managed transactions
 should be rolled back by defaultpublic final String getTransactionManagerName()
PlatformTransactionManager that is to
 be used to drive test-managed transactions.public final boolean isDefaultRollback()