com.hazelcast.query
Class Predicates.AbstractPredicate

java.lang.Object
  extended by SerializationHelper
      extended by com.hazelcast.query.Predicates.AbstractPredicate
All Implemented Interfaces:
DataSerializable, Predicate, Serializable
Direct Known Subclasses:
Predicates.AndOrPredicate, Predicates.EqualPredicate, Predicates.InPredicate, Predicates.LikePredicate, Predicates.NotPredicate, Predicates.RegexPredicate, SqlPredicate
Enclosing class:
Predicates

public abstract static class Predicates.AbstractPredicate
extends SerializationHelper
implements Predicate, DataSerializable


Constructor Summary
Predicates.AbstractPredicate()
           
 
Method Summary
static Object getRealObject(Object type, Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.hazelcast.query.Predicate
apply
 
Methods inherited from interface com.hazelcast.nio.DataSerializable
readData, writeData
 

Constructor Detail

Predicates.AbstractPredicate

public Predicates.AbstractPredicate()
Method Detail

getRealObject

public static Object getRealObject(Object type,
                                   Object value)


Copyright © 2008-2012 Hazel Ltd. All Rights Reserved.