@TransactionConfiguration
is removed.@Deprecated
public class TransactionConfigurationAttributes
extends java.lang.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(java.lang.String transactionManagerName,
boolean defaultRollback)
Deprecated.
Construct a new
TransactionConfigurationAttributes instance
from the supplied arguments. |
Modifier and Type | Method and Description |
---|---|
java.lang.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.
|
java.lang.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(java.lang.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 java.lang.String getTransactionManagerName()
PlatformTransactionManager
that is to
be used to drive test-managed transactions.public final boolean isDefaultRollback()
public java.lang.String toString()
toString
in class java.lang.Object