Class RedisOperationChain.PathAndValue
java.lang.Object
org.springframework.data.redis.repository.query.RedisOperationChain.PathAndValue
- Direct Known Subclasses:
RedisOperationChain.NearPath
- Enclosing class:
RedisOperationChain
- Since:
- 1.7
- Author:
- Christoph Strobl, Mark Paluch
-
Constructor Summary
ConstructorsConstructorDescriptionPathAndValue(String path, Object singleValue) PathAndValue(String path, @Nullable Collection<Object> values) -
Method Summary
-
Constructor Details
-
PathAndValue
-
PathAndValue
-
-
Method Details
-
isSingleValue
public boolean isSingleValue() -
getPath
-
values
-
getFirstValue
-
toString
-
equals
-
hashCode
-