|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.jdbc.datasource.embedded.SimpleDriverDataSourceFactory
final class SimpleDriverDataSourceFactory
Creates a SimpleDriverDataSource.
| Field Summary | |
|---|---|
private SimpleDriverDataSource |
dataSource
|
| Constructor Summary | |
|---|---|
SimpleDriverDataSourceFactory()
|
|
| Method Summary | |
|---|---|
ConnectionProperties |
getConnectionProperties()
Allows properties of the DataSource to be configured. |
javax.sql.DataSource |
getDataSource()
Returns the DataSource with the connection properties applied. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private final SimpleDriverDataSource dataSource
| Constructor Detail |
|---|
SimpleDriverDataSourceFactory()
| Method Detail |
|---|
public ConnectionProperties getConnectionProperties()
DataSourceFactory
getConnectionProperties in interface DataSourceFactorypublic javax.sql.DataSource getDataSource()
DataSourceFactory
getDataSource in interface DataSourceFactory
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||