Interface and Description |
---|
org.springframework.data.cassandra.core.cql.support.PreparedStatementCache
since 3.2, the Cassandra driver has a built-in prepared statement cache with makes external caching of
prepared statements superfluous.
|
org.springframework.data.cassandra.core.mapping.TupleTypeFactory
since 3.0
|
Field and Description |
---|
org.springframework.data.cassandra.config.DefaultCqlBeanNames.CLUSTER
since 3.0. Cassandra driver 4 no longer provides a
Cluster type. |
Enum Constant and Description |
---|
org.springframework.data.cassandra.core.cql.keyspace.TableOption.COMPACT_STORAGE
since 2.2. Cassandra 4.x has deprecated compact storage.
|
Annotation Type Element and Description |
---|
org.springframework.data.cassandra.core.mapping.UserDefinedType.forceQuote
since 3.0. The type name gets converted into
CqlIdentifier
hence it no longer requires an indication whether the name should be quoted. |
org.springframework.data.cassandra.core.mapping.Column.forceQuote
since 3.0. The column name gets converted into
CqlIdentifier
hence it no longer requires an indication whether the name should be quoted. |
org.springframework.data.cassandra.core.mapping.PrimaryKeyColumn.forceQuote
since 3.0. The column name gets converted into
CqlIdentifier
hence it no longer requires an indication whether the name should be quoted. |
org.springframework.data.cassandra.core.mapping.Table.forceQuote
since 3.0. The table name gets converted into
CqlIdentifier
hence it no longer requires an indication whether the name should be quoted. |
org.springframework.data.cassandra.core.mapping.PrimaryKey.forceQuote
since 3.0. The column name gets converted into
CqlIdentifier
hence it no longer requires an indication whether the name should be quoted. |
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.