Class KeyspaceNameCqlGenerator<T extends KeyspaceActionSpecification>
java.lang.Object
org.springframework.data.cassandra.core.cql.generator.KeyspaceNameCqlGenerator<T>
- Type Parameters:
T
- subtype ofKeyspaceActionSpecification
.
- Direct Known Subclasses:
DropKeyspaceCqlGenerator
,KeyspaceOptionsCqlGenerator
public abstract class KeyspaceNameCqlGenerator<T extends KeyspaceActionSpecification>
extends Object
Base class for Keyspace 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
-
KeyspaceNameCqlGenerator
-
-
Method Details
-
getSpecification
-
spec
Convenient synonymous method ofgetSpecification()
. -
toCql
-
toCql
-