com.hazelcast.query
Class EntryObject
java.lang.Object
com.hazelcast.query.EntryObject
public class EntryObject
- extends Object
This class provides functionality related to build predicate.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EntryObject
public EntryObject(PredicateBuilder qb)
get
public EntryObject get(String attribute)
key
public EntryObject key()
is
public PredicateBuilder is(String attribute)
isNot
public PredicateBuilder isNot(String attribute)
equal
public PredicateBuilder equal(Comparable value)
notEqual
public PredicateBuilder notEqual(Comparable value)
isNull
public PredicateBuilder isNull()
isNotNull
public PredicateBuilder isNotNull()
greaterThan
public PredicateBuilder greaterThan(Comparable value)
greaterEqual
public PredicateBuilder greaterEqual(Comparable value)
lessThan
public PredicateBuilder lessThan(Comparable value)
lessEqual
public PredicateBuilder lessEqual(Comparable value)
between
public PredicateBuilder between(Comparable from,
Comparable to)
in
public PredicateBuilder in(Comparable... values)
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.