Class SingleConnectionFactoryLookup

java.lang.Object
org.springframework.r2dbc.connection.lookup.SingleConnectionFactoryLookup
All Implemented Interfaces:
ConnectionFactoryLookup

public class SingleConnectionFactoryLookup extends Object implements ConnectionFactoryLookup
An implementation of ConnectionFactoryLookup that simply wraps a single given ConnectionFactory returned for any connection factory name.
Since:
5.3
Author:
Mark Paluch