Uses of Interface
org.springframework.jdbc.datasource.ConnectionHandle
Packages that use ConnectionHandle
Package
Description
Provides a utility class for easy DataSource access,
a PlatformTransactionManager for a single DataSource,
and various simple DataSource implementations.
-
Uses of ConnectionHandle in org.springframework.jdbc.datasource
Classes in org.springframework.jdbc.datasource that implement ConnectionHandleModifier and TypeClassDescriptionclass
Simple implementation of theConnectionHandle
interface, containing a given JDBC Connection.Methods in org.springframework.jdbc.datasource that return ConnectionHandleModifier and TypeMethodDescriptionConnectionHolder.getConnectionHandle()
Return the ConnectionHandle held by this ConnectionHolder.Constructors in org.springframework.jdbc.datasource with parameters of type ConnectionHandleModifierConstructorDescriptionConnectionHolder
(ConnectionHandle connectionHandle) Create a new ConnectionHolder for the given ConnectionHandle.