Class BeanFactoryConnectionFactoryLookup

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

public class BeanFactoryConnectionFactoryLookup extends Object implements ConnectionFactoryLookup, org.springframework.beans.factory.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:
  • BeanFactory