Class KeyspaceOptionsCqlGenerator<T extends KeyspaceOptionsSpecification<T>>

java.lang.Object
org.springframework.data.cassandra.core.cql.generator.KeyspaceNameCqlGenerator<KeyspaceOptionsSpecification<T>>
org.springframework.data.cassandra.core.cql.generator.KeyspaceOptionsCqlGenerator<T>
Type Parameters:
T - the subtype of this class for which this is a CQL generator.
Direct Known Subclasses:
AlterKeyspaceCqlGenerator, CreateKeyspaceCqlGenerator

public abstract class KeyspaceOptionsCqlGenerator<T extends KeyspaceOptionsSpecification<T>> extends KeyspaceNameCqlGenerator<KeyspaceOptionsSpecification<T>>
Base class that contains behavior common to CQL generation for table operations.
Author:
Matthew T. Adams