com.hazelcast.query
Class Predicates.ILikePredicate

java.lang.Object
  extended by com.hazelcast.query.Predicates.LikePredicate
      extended by com.hazelcast.query.Predicates.ILikePredicate
All Implemented Interfaces:
DataSerializable, Predicate, Serializable
Enclosing class:
Predicates

public static class Predicates.ILikePredicate
extends Predicates.LikePredicate

Ilike Predicate

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.hazelcast.query.Predicates.LikePredicate
attribute, second
 
Constructor Summary
Predicates.ILikePredicate()
           
Predicates.ILikePredicate(String attribute, String second)
           
 
Method Summary
protected  int getFlags()
           
 String toString()
           
 
Methods inherited from class com.hazelcast.query.Predicates.LikePredicate
apply, readData, writeData
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Predicates.ILikePredicate

public Predicates.ILikePredicate()

Predicates.ILikePredicate

public Predicates.ILikePredicate(String attribute,
                                 String second)
Method Detail

toString

public String toString()
Overrides:
toString in class Predicates.LikePredicate

getFlags

protected int getFlags()
Overrides:
getFlags in class Predicates.LikePredicate


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