Module spring.data.cassandra
Class IndexNameCqlGenerator<T extends IndexNameSpecification<T>>
java.lang.Object
org.springframework.data.cassandra.core.cql.generator.IndexNameCqlGenerator<T>
- Type Parameters:
T- subtype ofIndexNameSpecification.
- Direct Known Subclasses:
CreateIndexCqlGenerator,DropIndexCqlGenerator
Base class for Index CQL generators.
- Author:
- Mark Paluch
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Tspec()Convenient synonymous method ofgetSpecification().toCql()abstract StringBuildertoCql(StringBuilder cql)
-
Constructor Details
-
IndexNameCqlGenerator
-
-
Method Details
-
getSpecification
-
spec
Convenient synonymous method ofgetSpecification(). -
toCql
-
toCql
-