Uses of Interface
org.springframework.data.cassandra.core.cql.session.lookup.SessionFactoryLookup
Packages that use SessionFactoryLookup
-
Uses of SessionFactoryLookup in org.springframework.data.cassandra.core.cql.session.lookup
Classes in org.springframework.data.cassandra.core.cql.session.lookup that implement SessionFactoryLookupModifier and TypeClassDescriptionclassSessionFactoryLookupimplementation based on a SpringBeanFactory.classSimpleSessionFactoryLookupimplementation that relies on a map for doing lookups.classAn implementation ofSessionFactoryLookupthat simply wraps a single givenSessionFactory, returned for any session factory name.Methods in org.springframework.data.cassandra.core.cql.session.lookup with parameters of type SessionFactoryLookupModifier and TypeMethodDescriptionvoidAbstractRoutingSessionFactory.setSessionFactoryLookup(SessionFactoryLookup sessionFactoryLookup) Set theSessionFactoryLookupimplementation to use for resolving session factory name Strings in theAbstractRoutingSessionFactory.setTargetSessionFactories(Map)map.