public class HazelcastCriteriaAccessor extends Object implements org.springframework.data.keyvalue.core.CriteriaAccessor<com.hazelcast.query.Predicate<?,?>>
Provide a mechanism to convert the abstract query into the direct implementation in Hazelcast.
| Constructor and Description |
|---|
HazelcastCriteriaAccessor() |
| Modifier and Type | Method and Description |
|---|---|
com.hazelcast.query.Predicate<?,?> |
resolve(org.springframework.data.keyvalue.core.query.KeyValueQuery<?> query) |
public com.hazelcast.query.Predicate<?,?> resolve(org.springframework.data.keyvalue.core.query.KeyValueQuery<?> query)
resolve in interface org.springframework.data.keyvalue.core.CriteriaAccessor<com.hazelcast.query.Predicate<?,?>>A - query in Spring formCopyright © 2011–2020 Pivotal Software, Inc.. All rights reserved.