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: