Class SingleSessionFactoryLookup

java.lang.Object
org.springframework.data.cassandra.core.cql.session.lookup.SingleSessionFactoryLookup
All Implemented Interfaces:
SessionFactoryLookup

public class SingleSessionFactoryLookup extends Object implements SessionFactoryLookup
An implementation of SessionFactoryLookup that simply wraps a single given SessionFactory, returned for any session factory name. Useful for testing or environments that provide only one SessionFactory.
Since:
2.0
Author:
Mark Paluch