Uses of Interface
org.springframework.data.cassandra.core.cql.keyspace.TableDescriptor
Packages that use TableDescriptor
Package
Description
Keyspace object action specifications such as
CREATE TABLE, DROP INDEX.-
Uses of TableDescriptor in org.springframework.data.cassandra.core.cql.keyspace
Classes in org.springframework.data.cassandra.core.cql.keyspace that implement TableDescriptorModifier and TypeClassDescriptionclassObject to configure aCREATE TABLEspecification.classObject to support the configuration of table specifications that have columns.