| java.lang.Object | ||
| ↳ | org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider | |
| ↳ | org.springframework.orm.hibernate3.LocalJtaDataSourceConnectionProvider | |
Subclass of LocalDataSourceConnectionProvider that will be used if LocalSessionFactoryBean's "dataSource" property is set in combination with a Hibernate TransactionManagerLookup.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
This implementation returns
true,
since we're assuming a JTA DataSource. | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider
| |||||||||||||||||||||||||
From class
java.lang.Object
| |||||||||||||||||||||||||
This implementation returns true,
since we're assuming a JTA DataSource.
