|
Spring Framework | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.test.context.transaction.TransactionConfigurationAttributes
public class TransactionConfigurationAttributes
Configuration attributes for configuring transactional tests.
TransactionConfiguration| Constructor Summary | |
|---|---|
TransactionConfigurationAttributes(java.lang.String transactionManagerName,
boolean defaultRollback)
Construct a new TransactionConfigurationAttributes instance from the supplied arguments. |
|
| Method Summary | |
|---|---|
java.lang.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. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TransactionConfigurationAttributes(java.lang.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 default| Method Detail |
|---|
public final java.lang.String getTransactionManagerName()
PlatformTransactionManager that is to
be used to drive transactions.
public final boolean isDefaultRollback()
public java.lang.String toString()
toString in class java.lang.Object
|
Spring Framework | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||