Uses of Enum Class
org.springframework.data.cassandra.core.cql.PrimaryKeyType
Packages that use PrimaryKeyType
Package
Description
CQL core support.
Keyspace object action specifications such as
CREATE TABLE, DROP INDEX.-
Uses of PrimaryKeyType in org.springframework.data.cassandra.core.cql
Methods in org.springframework.data.cassandra.core.cql that return PrimaryKeyTypeModifier and TypeMethodDescriptionstatic PrimaryKeyTypeReturns the enum constant of this class with the specified name.static PrimaryKeyType[]PrimaryKeyType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of PrimaryKeyType in org.springframework.data.cassandra.core.cql.keyspace
Methods in org.springframework.data.cassandra.core.cql.keyspace that return PrimaryKeyTypeMethods in org.springframework.data.cassandra.core.cql.keyspace with parameters of type PrimaryKeyTypeModifier and TypeMethodDescriptionprotected TTableSpecification.column(String name, com.datastax.oss.driver.api.core.type.DataType type, PrimaryKeyType keyType) Adds the given info as a new column to the table.protected TTableSpecification.column(String name, com.datastax.oss.driver.api.core.type.DataType type, PrimaryKeyType keyType, Optional<Ordering> ordering) Adds the given info as a new column to the table.protected TTableSpecification.column(String name, com.datastax.oss.driver.api.core.type.DataType type, PrimaryKeyType keyType, Ordering ordering) Adds the given info as a new column to the table.ColumnSpecification.keyType(PrimaryKeyType keyType) Sets the column'sColumnSpecification.keyType.Method parameters in org.springframework.data.cassandra.core.cql.keyspace with type arguments of type PrimaryKeyType