Class RediSearchQuery

java.lang.Object
com.redis.om.spring.repository.query.RediSearchQuery
All Implemented Interfaces:
org.springframework.data.repository.query.RepositoryQuery

public class RediSearchQuery extends Object implements org.springframework.data.repository.query.RepositoryQuery
  • Constructor Summary

    Constructors
    Constructor
    Description
    RediSearchQuery(org.springframework.data.repository.query.QueryMethod queryMethod, org.springframework.data.repository.core.RepositoryMetadata metadata, org.springframework.data.repository.query.QueryMethodEvaluationContextProvider evaluationContextProvider, org.springframework.data.keyvalue.core.KeyValueOperations keyValueOperations, RedisModulesOperations<?> rmo, Class<? extends org.springframework.data.repository.query.parser.AbstractQueryCreator<?,?>> queryCreator, com.google.gson.Gson gson)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    execute(Object[] parameters)
     
    org.springframework.data.repository.query.QueryMethod
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • RediSearchQuery

      public RediSearchQuery(org.springframework.data.repository.query.QueryMethod queryMethod, org.springframework.data.repository.core.RepositoryMetadata metadata, org.springframework.data.repository.query.QueryMethodEvaluationContextProvider evaluationContextProvider, org.springframework.data.keyvalue.core.KeyValueOperations keyValueOperations, RedisModulesOperations<?> rmo, Class<? extends org.springframework.data.repository.query.parser.AbstractQueryCreator<?,?>> queryCreator, com.google.gson.Gson gson)
  • Method Details

    • execute

      public Object execute(Object[] parameters)
      Specified by:
      execute in interface org.springframework.data.repository.query.RepositoryQuery
    • getQueryMethod

      public org.springframework.data.repository.query.QueryMethod getQueryMethod()
      Specified by:
      getQueryMethod in interface org.springframework.data.repository.query.RepositoryQuery