How about using a BETWEEN method on this particular example as in:
<expression>.add(ExpressionFactory.betweenExp("01/07/2005",
"31/07/2005", Table.DOB));
You could generate the date ranges using the Calendar object in Java.
Best,
Joe
This archive was generated by hypermail 2.0.0 : Wed Jul 06 2005 - 11:12:09 EDT