Class AbstractRoutingSessionFactory

java.lang.Object
org.springframework.data.cassandra.core.cql.session.lookup.AbstractRoutingSessionFactory
All Implemented Interfaces:
InitializingBean, SessionFactory

public abstract class AbstractRoutingSessionFactory extends Object implements SessionFactory, InitializingBean
Abstract SessionFactory implementation that routes getSession() calls to one of various target factories based on a lookup key. The latter is usually (but not necessarily) determined through some thread-bound transaction context.
Since:
2.0
Author:
Mark Paluch
See Also: