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.static CqlIdentifierCqlIdentifier.cqlId(CharSequence identifier, boolean forceQuote) Deprecated.since 2.0, useof(CharSequence, boolean)static CqlIdentifierCqlIdentifier.of(CharSequence identifier) Deprecated.Factory method forCqlIdentifier.static CqlIdentifierCqlIdentifier.of(CharSequence identifier, boolean forceQuote) Deprecated.Factory method forCqlIdentifier.static CqlIdentifierCqlIdentifier.quoted(CharSequence identifier) Deprecated.Factory method for a force-quotedCqlIdentifier.static CqlIdentifierCqlIdentifier.quotedCqlId(CharSequence identifier) Deprecated.since 2.0, usequoted(CharSequence).Methods in org.springframework.data.cassandra.core.cql with parameters of type CqlIdentifierModifier and TypeMethodDescriptionintCqlIdentifier.compareTo(CqlIdentifier identifier) Deprecated.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.since 3.0, useCassandraPersistentProperty.setColumnName(CqlIdentifier).default voidCassandraPersistentEntity.setTableName(CqlIdentifier tableName) Deprecated.since 3.0, useCassandraPersistentEntity.setTableName(CqlIdentifier)instead.
of(CharSequence)