Uses of Class
com.hazelcast.query.PredicateBuilder

Packages that use PredicateBuilder
com.hazelcast.query Contains interfaces/classes related to Hazelcast query and indexing support. 
 

Uses of PredicateBuilder in com.hazelcast.query
 

Methods in com.hazelcast.query that return PredicateBuilder
 PredicateBuilder PredicateBuilder.and(Predicate predicate)
           
 PredicateBuilder EntryObject.between(Comparable from, Comparable to)
           
 PredicateBuilder EntryObject.equal(Comparable value)
           
 PredicateBuilder EntryObject.greaterEqual(Comparable value)
           
 PredicateBuilder EntryObject.greaterThan(Comparable value)
           
 PredicateBuilder EntryObject.in(Comparable... values)
           
 PredicateBuilder EntryObject.is(String attribute)
           
 PredicateBuilder EntryObject.isNot(String attribute)
           
 PredicateBuilder EntryObject.isNotNull()
           
 PredicateBuilder EntryObject.isNull()
           
 PredicateBuilder EntryObject.lessEqual(Comparable value)
           
 PredicateBuilder EntryObject.lessThan(Comparable value)
           
 PredicateBuilder EntryObject.notEqual(Comparable value)
           
 PredicateBuilder PredicateBuilder.or(Predicate predicate)
           
 

Constructors in com.hazelcast.query with parameters of type PredicateBuilder
EntryObject(PredicateBuilder qb)
           
 



Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.