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.cql.core.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.mapping.CassandraPrimaryKeyColumnAnnotationComparator.IT
as of 1.5, use
CassandraPrimaryKeyColumnAnnotationComparator.INSTANCE |
org.springframework.data.cassandra.core.mapping.CassandraPersistentPropertyComparator.IT
as of 1.5, use
CassandraPersistentPropertyComparator.INSTANCE |
org.springframework.data.cassandra.core.mapping.CassandraColumnAnnotationComparator.IT
as of 1.5, use
CassandraColumnAnnotationComparator.INSTANCE |
Copyright © 2011–2017 Pivotal Software, Inc.. All rights reserved.