Class AbstractCqlTemplateConfiguration
java.lang.Object
org.springframework.data.cassandra.config.AbstractSessionConfiguration
org.springframework.data.cassandra.config.AbstractCqlTemplateConfiguration
- All Implemented Interfaces:
Aware
,BeanFactoryAware
@Deprecated(forRemoval=true)
public abstract class AbstractCqlTemplateConfiguration
extends AbstractSessionConfiguration
Deprecated, for removal: This API element is subject to removal in a future version.
Abstract configuration class to create a
CqlTemplate
and inheriting
CqlSession
creation. This class is usually extended by user configuration
classes.- Author:
- Matthew T. Adams, Mark Paluch
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Methods inherited from class org.springframework.data.cassandra.config.AbstractSessionConfiguration
cassandraSession, cqlTemplate, getBeanFactory, getClusterName, getCompressionType, getContactPoints, getDriverConfigLoaderBuilderConfigurer, getDriverConfigurationResource, getKeyspaceCreations, getKeyspaceDrops, getKeyspaceName, getLocalDataCenter, getPort, getRequiredSession, getRequiredSessionFactory, getSessionBuilderConfigurer, getSessionName, getShutdownScripts, getStartupScripts, requireBeanOfType, setBeanFactory
-
Constructor Details
-
AbstractCqlTemplateConfiguration
public AbstractCqlTemplateConfiguration()Deprecated, for removal: This API element is subject to removal in a future version.
-
AbstractSessionConfiguration
.