Package | Description |
---|---|
org.springframework.jdbc.core.support |
Classes supporting the
org.springframework.jdbc.core package. |
org.springframework.jdbc.datasource |
Provides a utility class for easy DataSource access,
a PlatformTransactionManager for a single DataSource,
and various simple DataSource implementations.
|
Modifier and Type | Method and Description |
---|---|
protected Connection |
JdbcDaoSupport.getConnection()
Get a JDBC Connection, either from the current transaction or a new one.
|
Modifier and Type | Method and Description |
---|---|
static Connection |
DataSourceUtils.getConnection(DataSource dataSource)
Obtain a Connection from the given DataSource.
|