Uses of Class
org.springframework.data.cassandra.core.cql.KeyspaceIdentifier
Packages that use KeyspaceIdentifier
Package
Description
CQL core support.
Keyspace object action specifications such as
CREATE TABLE, DROP INDEX.-
Uses of KeyspaceIdentifier in org.springframework.data.cassandra.core.cql
Methods in org.springframework.data.cassandra.core.cql that return KeyspaceIdentifierModifier and TypeMethodDescriptionstatic KeyspaceIdentifierKeyspaceIdentifier.ksId(CharSequence identifier) Deprecated.static KeyspaceIdentifierKeyspaceIdentifier.of(CharSequence identifier) Deprecated.Factory method forKeyspaceIdentifier.Methods in org.springframework.data.cassandra.core.cql with parameters of type KeyspaceIdentifierModifier and TypeMethodDescriptionintKeyspaceIdentifier.compareTo(KeyspaceIdentifier that) Deprecated. -
Uses of KeyspaceIdentifier in org.springframework.data.cassandra.core.cql.keyspace
Methods in org.springframework.data.cassandra.core.cql.keyspace with parameters of type KeyspaceIdentifierModifier and TypeMethodDescriptionstatic CreateKeyspaceSpecificationCreateKeyspaceSpecification.createKeyspace(KeyspaceIdentifier name) Deprecated.since 3.0, useCreateKeyspaceSpecification.createKeyspace(CqlIdentifier)static DropKeyspaceSpecificationDropKeyspaceSpecification.dropKeyspace(KeyspaceIdentifier name) Deprecated.since 3.0, useDropKeyspaceSpecification.dropKeyspace(CqlIdentifier).
of(CharSequence).