| Package | Description |
|---|---|
| org.springframework.data.cassandra.core.cql.session.lookup |
Provides a strategy for looking up
SessionFactory. |
| Modifier and Type | Method and Description |
|---|---|
SessionFactory |
BeanFactorySessionFactoryLookup.getSessionFactory(String sessionFactoryName) |
SessionFactory |
SingleSessionFactoryLookup.getSessionFactory(String sessionFactoryName) |
SessionFactory |
SessionFactoryLookup.getSessionFactory(String sessionFactoryName)
Implementations must implement this method to retrieve the
SessionFactory identified by the given name from
their backing store. |
SessionFactory |
MapSessionFactoryLookup.getSessionFactory(String sessionFactoryName) |
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.