I'm using

        crit.addBetween("invoke_date", new Timestamp(startDate.getTime()),
new Timestamp(endDate.getTime()));

The problem is that that between does not have a Field API like
addFieldBetween so I need to use the raw column name.  Is there any reason
why this API is missing?

mike

Reply via email to