Class QueryClauseTemplate
java.lang.Object
com.redis.om.spring.repository.query.clause.QueryClauseTemplate
-
Method Summary
Modifier and TypeMethodDescriptionredis.clients.jedis.search.Schema.FieldTypeorg.springframework.data.repository.query.parser.Part.Typestatic QueryClauseTemplateof(redis.clients.jedis.search.Schema.FieldType indexType, org.springframework.data.repository.query.parser.Part.Type queryPartType, String querySegmentTemplate, Integer numberOfArguments)
-
Method Details
-
of
public static QueryClauseTemplate of(redis.clients.jedis.search.Schema.FieldType indexType, org.springframework.data.repository.query.parser.Part.Type queryPartType, String querySegmentTemplate, Integer numberOfArguments) -
getIndexType
public redis.clients.jedis.search.Schema.FieldType getIndexType() -
getQueryPartType
public org.springframework.data.repository.query.parser.Part.Type getQueryPartType() -
getQuerySegmentTemplate
-
getNumberOfArguments
-