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
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected T
spec()
Convenient synonymous method ofTableNameCqlGenerator.getSpecification()
.Methods inherited from class org.springframework.data.cassandra.core.cql.generator.TableNameCqlGenerator
getSpecification, toCql, toCql
-
Constructor Details
-
TableOptionsCqlGenerator
-
-
Method Details
-
spec
Description copied from class:TableNameCqlGenerator
Convenient synonymous method ofTableNameCqlGenerator.getSpecification()
.- Overrides:
spec
in classTableNameCqlGenerator<T extends TableOptionsSpecification<T>>
-