クラス KeyspaceOptionsCqlGenerator<T extends KeyspaceOptionsSpecification<T>>

java.lang.ObjectSE
org.springframework.data.cassandra.core.cql.generator.KeyspaceNameCqlGenerator<KeyspaceOptionsSpecification<T>>
org.springframework.data.cassandra.core.cql.generator.KeyspaceOptionsCqlGenerator<T>
型パラメーター:
T - これは CQL ジェネレーターであるこのクラスのサブ型です。
既知の直属サブクラス
AlterKeyspaceCqlGeneratorCreateKeyspaceCqlGenerator

public abstract class KeyspaceOptionsCqlGenerator<T extends KeyspaceOptionsSpecification<T>> extends KeyspaceNameCqlGenerator<KeyspaceOptionsSpecification<T>>
テーブル操作の CQL 生成に共通の動作を含む基本クラス。
作成者:
Matthew T. Adams