|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springframework.test.context.transaction.TransactionConfigurationAttributes
public class TransactionConfigurationAttributes
Configuration attributes for configuring transactional tests.
TransactionConfiguration
Constructor Summary | |
---|---|
TransactionConfigurationAttributes(String transactionManagerName,
boolean defaultRollback)
Construct a new TransactionConfigurationAttributes instance from the supplied arguments. |
Method Summary | |
---|---|
String |
getTransactionManagerName()
Get the bean name of the PlatformTransactionManager that is to
be used to drive transactions. |
boolean |
isDefaultRollback()
Whether or not transactions should be rolled back by default. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TransactionConfigurationAttributes(String transactionManagerName, boolean defaultRollback)
transactionManagerName
- the bean name of the
PlatformTransactionManager
that is to be used to drive transactionsdefaultRollback
- whether or not transactions should be rolled back by defaultMethod Detail |
---|
public final String getTransactionManagerName()
PlatformTransactionManager
that is to
be used to drive transactions.
public final boolean isDefaultRollback()
public String toString()
toString
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |