Class SimpleConnectionHandle
java.lang.Object
org.springframework.data.r2dbc.connectionfactory.SimpleConnectionHandle
- All Implemented Interfaces:
ConnectionHandle
Deprecated.
Simple implementation of the
ConnectionHandle
interface, containing a given R2DBC Connection.- Author:
- Mark Paluch, Christoph Strobl
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Return the specified Connection as-is.toString()
Deprecated.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.springframework.data.r2dbc.connectionfactory.ConnectionHandle
releaseConnection
-
Method Details
-
getConnection
Deprecated.Return the specified Connection as-is.- Specified by:
getConnection
in interfaceConnectionHandle
-
toString
Deprecated.
-
org.springframework.r2dbc.connection
instead.