Class TableNameCqlGenerator<T extends TableNameSpecification>
java.lang.Object
org.springframework.data.cassandra.core.cql.generator.TableNameCqlGenerator<T>
- Type Parameters:
T
- subtype of TableNameSpecification.
- Direct Known Subclasses:
DropTableCqlGenerator
,TableOptionsCqlGenerator
Base class for Table CQL generators.
- Author:
- Mark Paluch
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected T
spec()
Convenient synonymous method ofgetSpecification()
.toCql()
abstract StringBuilder
toCql
(StringBuilder cql)
-
Constructor Details
-
TableNameCqlGenerator
-
-
Method Details
-
getSpecification
-
spec
Convenient synonymous method ofgetSpecification()
. -
toCql
-
toCql
-