Module spring.data.cassandra
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 Tspec()Convenient synonymous method ofgetSpecification().toCql()abstract StringBuildertoCql(StringBuilder cql)
-
Constructor Details
-
KeyspaceNameCqlGenerator
-
-
Method Details
-
getSpecification
-
spec
Convenient synonymous method ofgetSpecification(). -
toCql
-
toCql
-