クラス IndexNameSpecification<T extends IndexNameSpecification<T>>

java.lang.ObjectSE
org.springframework.data.cassandra.core.cql.keyspace.IndexNameSpecification<T>
型パラメーター:
T - IndexNameSpecification のサブ型
既知の直属サブクラス
CreateIndexSpecificationDropIndexSpecification

public abstract class IndexNameSpecification<T extends IndexNameSpecification<T>> extends ObjectSE
インデックスの構築をサポートする抽象ビルダークラス。
作成者:
David Webb, Matthew T. Adams, Mark Paluch
  • コンストラクターの詳細

    • IndexNameSpecification

      protected IndexNameSpecification()
    • IndexNameSpecification

      protected IndexNameSpecification(com.datastax.oss.driver.api.core.CqlIdentifier name)
  • メソッドの詳細

    • getName

      @Nullable public com.datastax.oss.driver.api.core.CqlIdentifier getName()