Uses of Enum Class
org.springframework.data.cassandra.core.cql.keyspace.TableOption.KeyCachingOption
Packages that use TableOption.KeyCachingOption
Package
Description
Keyspace object action specifications such as
CREATE TABLE, DROP INDEX.-
Uses of TableOption.KeyCachingOption in org.springframework.data.cassandra.core.cql.keyspace
Methods in org.springframework.data.cassandra.core.cql.keyspace that return TableOption.KeyCachingOptionModifier and TypeMethodDescriptionstatic TableOption.KeyCachingOptionReturns the enum constant of this class with the specified name.static TableOption.KeyCachingOption[]TableOption.KeyCachingOption.values()Returns an array containing the constants of this enum class, in the order they are declared.