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
- problem with between criteria Mike Perham
- Re: problem with between criteria Carlos Chávez
- Re: problem with between criteria Mike Perham
