Class BeanFactorySessionFactoryLookup

java.lang.Object
org.springframework.data.cassandra.core.cql.session.lookup.BeanFactorySessionFactoryLookup
All Implemented Interfaces:
Aware, BeanFactoryAware, SessionFactoryLookup

public class BeanFactorySessionFactoryLookup extends Object implements SessionFactoryLookup, BeanFactoryAware
SessionFactoryLookup implementation based on a Spring BeanFactory.

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

Since:
2.0
Author:
Mark Paluch
See Also: