Uses of Package
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.
Package providing integration of JPA (Java Persistence API) with Spring concepts.
Support classes for adapting to specific JPA vendors.
-
ClassDescriptionAbstract base class for Spring's
DataSource
implementations, taking care of the padding.Abstract base class for JDBCDataSource
implementations that operate on a JDBCDriver
.Simple interface to be implemented by handles for a JDBC Connection.Resource holder wrapping a JDBCConnection
.JDBCDataSource
implementation that delegates all calls to a given targetDataSource
.Simple implementation of the standard JDBCDataSource
interface, configuring the plain old JDBCDriverManager
via bean properties, and returning a newConnection
from everygetConnection
call.Strategy interface for determining sharding keys which are used to establish direct shard connections in the context of sharded databases.Extension of thejavax.sql.DataSource
interface, 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. -
ClassDescriptionAbstract base class for Spring's
DataSource
implementations, taking care of the padding. -
-
ClassDescriptionSimple interface to be implemented by handles for a JDBC Connection.
-
ClassDescriptionSimple interface to be implemented by handles for a JDBC Connection.