getHibernateTemplate().find("from Cp40bondprofile3 bf where  to_date(bf.last_update,'yyyy-mm-dd hh24:mi:ss') >=?",lastupdate);
其中
bf.last_update为String类型
lastupdate为Date类型,
请问下上面的hql语句有没有错误
oraclestringhqldate转换