Class KeyspaceOptionsCqlGenerator<T extends KeyspaceOptionsSpecification<T>>
java.lang.Object
org.springframework.data.cassandra.core.cql.generator.KeyspaceNameCqlGenerator<KeyspaceOptionsSpecification<T>>
org.springframework.data.cassandra.core.cql.generator.KeyspaceOptionsCqlGenerator<T>
- Type Parameters:
T
- the subtype of this class for which this is a CQL generator.
- Direct Known Subclasses:
AlterKeyspaceCqlGenerator
,CreateKeyspaceCqlGenerator
public abstract class KeyspaceOptionsCqlGenerator<T extends KeyspaceOptionsSpecification<T>>
extends KeyspaceNameCqlGenerator<KeyspaceOptionsSpecification<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 ofKeyspaceNameCqlGenerator.getSpecification()
.Methods inherited from class org.springframework.data.cassandra.core.cql.generator.KeyspaceNameCqlGenerator
getSpecification, toCql, toCql
-
Constructor Details
-
KeyspaceOptionsCqlGenerator
-
-
Method Details
-
spec
Description copied from class:KeyspaceNameCqlGenerator
Convenient synonymous method ofKeyspaceNameCqlGenerator.getSpecification()
.- Overrides:
spec
in classKeyspaceNameCqlGenerator<KeyspaceOptionsSpecification<T extends KeyspaceOptionsSpecification<T>>>
-