Uses of Package
org.springframework.jdbc.datasource
Packages that use org.springframework.jdbc.datasource
Package
Description
Provides a utility class for easy DataSource access,
a PlatformTransactionManager for a single DataSource,
and various simple DataSource implementations.
Provides a strategy for looking up JDBC DataSources by name.
Support classes for the JDBC framework, used by the classes in the
jdbc.core and jdbc.object packages.
-
Classes in org.springframework.jdbc.datasource used by org.springframework.jdbc.datasourceClassDescriptionAbstract base class for Spring's
DataSourceimplementations, taking care of the padding.Abstract base class for JDBCDataSourceimplementations that operate on a JDBCDriver.Simple interface to be implemented by handles for a JDBC Connection.Resource holder wrapping a JDBCConnection.JDBCDataSourceimplementation that delegates all calls to a given targetDataSource.Simple implementation of the standard JDBCDataSourceinterface, configuring the plain old JDBCDriverManagervia bean properties, and returning a newConnectionfrom everygetConnectioncall.Extension of thejavax.sql.DataSourceinterface, to be implemented by special DataSources that return JDBC Connections in an unwrapped fashion.An adapter for a target JDBCDataSource, applying the specified user credentials to every standardgetConnection()call, implicitly invokinggetConnection(username, password)on the target. -
Classes in org.springframework.jdbc.datasource used by org.springframework.jdbc.datasource.lookupClassDescriptionAbstract base class for Spring's
DataSourceimplementations, taking care of the padding. -
Classes in org.springframework.jdbc.datasource used by org.springframework.jdbc.support