net.aditsu.depeche
public abstract class Condition extends Object implements Serializable
Record
Condition()
Condition
and(Condition cond)
abstract SQLCondition
getSQLCondition(Provider p)
not()
or(Condition cond)
abstract Boolean
test(Record r)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Condition()
public abstract Boolean test(Record r)
public abstract SQLCondition getSQLCondition(Provider p)
public Condition and(Condition cond)
public Condition or(Condition cond)
public Condition not()