Package org.springframework.data.cassandra.core.cql.session.lookup
@NonNullApi
package org.springframework.data.cassandra.core.cql.session.lookup
Provides a strategy for looking up
SessionFactory.-
ClassDescriptionAbstract
SessionFactoryimplementation that routesAbstractRoutingSessionFactory.getSession()calls to one of various targetfactoriesbased on a lookup key.SessionFactoryLookupimplementation based on a SpringBeanFactory.SimpleSessionFactoryLookupimplementation that relies on a map for doing lookups.Strategy interface for looking upSessionFactoryby name.Exception to be thrown by aSessionFactoryLookupimplementation, indicating that the specifiedSessionFactorycould not be obtained.An implementation ofSessionFactoryLookupthat simply wraps a single givenSessionFactory, returned for any session factory name.