Class SimpleConnectionHandle

java.lang.Object
org.springframework.data.r2dbc.connectionfactory.SimpleConnectionHandle
All Implemented Interfaces:
ConnectionHandle

@Deprecated public class SimpleConnectionHandle extends Object implements ConnectionHandle
Deprecated.
since 1.2 in favor of Spring R2DBC. Use org.springframework.r2dbc.connection instead.
Simple implementation of the ConnectionHandle interface, containing a given R2DBC Connection.
Author:
Mark Paluch, Christoph Strobl