Need help with Hibernate? Read this first:
http://www.hibernate.org/ForumMailingli ... AskForHelp
Hibernate version: 3.1.3
Mapping documents:
<property name="createTime" type="calendar" column="CREATE_TIME"/>
Name and version of the database you are using: My SQL 5.0.15
Hi,
I was trying to build a Restrictions for a Calendar property, but I do not get any result:
criteria.add (Restrictions.lt ("createTime", cal));
where cal is a Calendar value.
Wondering is Restrictions.lt/gt supports Calendar ?
thanks
lixin