com.hazelcast.query
Class EntryObject
java.lang.Object
com.hazelcast.query.EntryObject
public class EntryObject
- extends Object
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 property)
is
public PredicateBuilder is(String property)
isNot
public PredicateBuilder isNot(String property)
key
public EntryObject key()
equal
public PredicateBuilder equal(Object value)
notEqual
public PredicateBuilder notEqual(Object 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 © 2008-2012 Hazel Ltd. All Rights Reserved.