Uses of Class
org.springframework.jdbc.CannotGetJdbcConnectionException
Package
Description
Classes supporting the
org.springframework.jdbc.core
package.Provides a utility class for easy DataSource access,
a PlatformTransactionManager for a single DataSource,
and various simple DataSource implementations.
-
Uses of CannotGetJdbcConnectionException in org.springframework.jdbc.core.support
Modifier and TypeMethodDescriptionprotected final Connection
JdbcDaoSupport.getConnection()
Get a JDBC Connection, either from the current transaction or a new one. -
Uses of CannotGetJdbcConnectionException in org.springframework.jdbc.datasource
Modifier and TypeMethodDescriptionstatic Connection
DataSourceUtils.getConnection
(DataSource dataSource) Obtain a Connection from the given DataSource.