org.springframework.config.java.txannotations
Class TxAnnotationTests.SampleConfig
java.lang.Object
org.springframework.config.java.txannotations.TxAnnotationTests.SampleConfig
- Enclosing class:
- TxAnnotationTests
public static class TxAnnotationTests.SampleConfig
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TxAnnotationTests.SampleConfig
public TxAnnotationTests.SampleConfig()
setGenericDataSource
public void setGenericDataSource(DataSource genericDataSource)
- Parameters:
genericDataSource
- the genericDataSource to set
setPassword
public void setPassword(String password)
- Parameters:
password
- the password to set
setUsername
public void setUsername(String username)
- Parameters:
username
- the username to set
transactionalDataSource
public DataSource transactionalDataSource()
myApplicationBean
public Object myApplicationBean()
Copyright ? 2005-2008 Spring Framework. All Rights Reserved.