Class TableOptionsCqlGenerator<T extends TableOptionsSpecification<T>>

java.lang.Object
org.springframework.data.cassandra.core.cql.generator.TableNameCqlGenerator<T>
org.springframework.data.cassandra.core.cql.generator.TableOptionsCqlGenerator<T>
Type Parameters:
T - the subtype of this class for which this is a CQL generator.
Direct Known Subclasses:
AlterTableCqlGenerator, CreateTableCqlGenerator

public abstract class TableOptionsCqlGenerator<T extends TableOptionsSpecification<T>> extends TableNameCqlGenerator<T>
Base class that contains behavior common to CQL generation for table operations.
Author:
Matthew T. Adams