Class BeanFactoryConnectionFactoryLookup

java.lang.Object
org.springframework.r2dbc.connection.lookup.BeanFactoryConnectionFactoryLookup
All Implemented Interfaces:
Aware, BeanFactoryAware, ConnectionFactoryLookup

public class BeanFactoryConnectionFactoryLookup extends Object implements ConnectionFactoryLookup, BeanFactoryAware
ConnectionFactoryLookup implementation based on a Spring BeanFactory.

Will lookup Spring managed beans identified by bean name, expecting them to be of type ConnectionFactory.

Since:
5.3
Author:
Mark Paluch
See Also: