problem with between criteria
Mike Perham <[email protected]>
| Newsgroups | gmane.comp.jakarta.ojb.user |
|---|---|
| Message-ID | <OF3A20D737.F76F2B30-ON862571CE.00567481-862571CE.00585ECC@us.ibm.com> |
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