我有如下的休眠映射:
<property formula="(Timediff(ifnull(sttime,now()),sstime))" insert="false" name="duration" update="false" />
where sstime is of type Timestamp
这里这个公式从我的数据中以这种格式“838:59:59”返回一些值。
当我尝试在具有“java.sql.Time”类型的“持续时间”字段中加载此值时出现异常,它给了我这个异常。
"Generic JDBC exception - Bad format for Time '838:59:59'"