论坛首页 Java企业应用论坛

oracle中时间字段类型的出现问题!

浏览 23909 次
该帖已经被评为精华帖
作者 正文
   发表时间:2003-12-23  
:D ,努力吧,肯定没问题的。
0 请登录后投票
   发表时间:2005-09-01  
我的配置文件:
<property name="begin_date" type="java.sql.Timestamp" column="begin_date"/>

对应的get/set方法为
public void setBegin_date(Timestamp a)
public Timestamp getBegin_date()

为什么在我执行的时间老是报错误。
org.hibernate.MappingException: Could not determine type for: java.lang.Date, for columns: [org.hibernate.mapping.Column(file_date)]

数据库为oracle9i,对应的字段为date类型。
0 请登录后投票
   发表时间:2005-09-01  
cncomp 写道
我的配置文件:
<property name="begin_date" type="java.sql.Timestamp" column="begin_date"/>

对应的get/set方法为
public void setBegin_date(Timestamp a)
public Timestamp getBegin_date()

为什么在我执行的时间老是报错误。
org.hibernate.MappingException: Could not determine type for: java.lang.Date, for columns: [org.hibernate.mapping.Column(file_date)]

数据库为oracle9i,对应的字段为date类型。


file_date和begin_date有什么关系?
0 请登录后投票
   发表时间:2005-09-01  
我把错误信息贴错了。
现在全部正常,但是就是小时分钟秒无法插入,全部为0.
0 请登录后投票
论坛首页 Java企业应用版

跳转论坛:
Global site tag (gtag.js) - Google Analytics