Hey,
is it possible to do something like
$query->matching($query->lessThan('processed','tstamp'))->execute();
is should result in select * from model where processed < tstamp;
At the moment i see 2 possibilities
1) add a boolean property and update it
2) direct sql