クラス SpelIndexDefinition

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

public class SpelIndexDefinition extends RedisIndexDefinition
SpelIndexDefinition は、SpelExpression に基づいて評価されるインデックスを定義します。SpelIndexResolver を評価する必要があります。
導入:
1.7
作成者:
Christoph Strobl
  • コンストラクターの詳細

    • SpelIndexDefinition

      public SpelIndexDefinition(StringSE keyspace, StringSE expression, StringSE indexName)
      新しい SpelIndexDefinition を作成します。
      パラメーター:
      keyspace - null であってはなりません。
      expression - null であってはなりません。
      indexName - null であってはなりません。
  • メソッドの詳細