Interface and Description |
---|
org.springframework.data.cassandra.repository.TypedIdCassandraRepository
since 2.0, use
CassandraRepository . |
Class and Description |
---|
org.springframework.data.cassandra.core.mapping.BasicCassandraMappingContext
since 2.0. Use
CassandraMappingContext . |
org.springframework.data.cassandra.core.cql.CachedPreparedStatementCreator
since 2.0. This class uses an unsafe, static held cache and is not able to prepare
BuiltStatement . Use
CachedPreparedStatementCreator . |
org.springframework.data.cassandra.config.CassandraMappingBeanFactoryPostProcessor
Will be removed with the next major release. Spring Data Cassandra is not the best place to apply
configuration defaults.
|
org.springframework.data.cassandra.core.convert.CustomConversions
since 2.0, use
CassandraCustomConversions . |
Enum Constant and Description |
---|
org.springframework.data.cassandra.core.cql.keyspace.TableOption.COMPACT_STORAGE
since 2.2. Cassandra 4.x has deprecated compact storage.
|
Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.