Uses of Class
org.springframework.data.cassandra.core.cql.CqlIdentifier
Packages that use CqlIdentifier
Package
Description
CQL core support.
Infrastructure for the Apache Cassandra row-to-object mapping subsystem.
-
Uses of CqlIdentifier in org.springframework.data.cassandra.core.cql
Methods in org.springframework.data.cassandra.core.cql that return CqlIdentifierModifier and TypeMethodDescriptionstatic CqlIdentifierCqlIdentifier.cqlId(CharSequence identifier) Deprecated, for removal: This API element is subject to removal in a future version.static CqlIdentifierCqlIdentifier.cqlId(CharSequence identifier, boolean forceQuote) Deprecated, for removal: This API element is subject to removal in a future version.since 2.0, useof(CharSequence, boolean)static CqlIdentifierCqlIdentifier.of(CharSequence identifier) Deprecated, for removal: This API element is subject to removal in a future version.Factory method forCqlIdentifier.static CqlIdentifierCqlIdentifier.of(CharSequence identifier, boolean forceQuote) Deprecated, for removal: This API element is subject to removal in a future version.Factory method forCqlIdentifier.static CqlIdentifierCqlIdentifier.quoted(CharSequence identifier) Deprecated, for removal: This API element is subject to removal in a future version.Factory method for a force-quotedCqlIdentifier.static CqlIdentifierCqlIdentifier.quotedCqlId(CharSequence identifier) Deprecated, for removal: This API element is subject to removal in a future version.since 2.0, usequoted(CharSequence).Methods in org.springframework.data.cassandra.core.cql with parameters of type CqlIdentifierModifier and TypeMethodDescriptionintCqlIdentifier.compareTo(CqlIdentifier identifier) Deprecated, for removal: This API element is subject to removal in a future version.Unquoted identifiers sort before quoted ones. -
Uses of CqlIdentifier in org.springframework.data.cassandra.core.mapping
Methods in org.springframework.data.cassandra.core.mapping with parameters of type CqlIdentifierModifier and TypeMethodDescriptiondefault voidCassandraPersistentProperty.setColumnName(CqlIdentifier columnName) Deprecated, for removal: This API element is subject to removal in a future version.since 3.0, useCassandraPersistentProperty.setColumnName(CqlIdentifier).default voidCassandraPersistentEntity.setTableName(CqlIdentifier tableName) Deprecated, for removal: This API element is subject to removal in a future version.since 3.0, useCassandraPersistentEntity.setTableName(CqlIdentifier)instead.
of(CharSequence)