クラス SimpleIndexDefinition

java.lang.ObjectSE
org.springframework.data.redis.core.index.RedisIndexDefinition
org.springframework.data.redis.core.index.SimpleIndexDefinition
実装されたすべてのインターフェース:
IndexDefinitionPathBasedRedisIndexDefinition

public class SimpleIndexDefinition extends RedisIndexDefinition implements PathBasedRedisIndexDefinition
セカンダリインデックスにプロパティ値を含めるための PathBasedRedisIndexDefinition
ストレージには Redis SET を使用します。
導入:
1.7
作成者:
Christoph Strobl
  • コンストラクターの詳細

    • SimpleIndexDefinition

      public SimpleIndexDefinition(StringSE keyspace, StringSE path)
      新しい SimpleIndexDefinition を作成します。
      パラメーター:
      keyspace - null であってはなりません。
      path -
    • SimpleIndexDefinition

      public SimpleIndexDefinition(StringSE keyspace, StringSE path, StringSE name)
      新しい SimpleIndexDefinition を作成します。
      パラメーター:
      keyspace - null であってはなりません。
      path -
      name - null であってはなりません。