在web开发中hibernate3插入数据库日期不一致的问题解决方法

今天在写一个web项目时抛出异常

 nested exception is org.hibernate.exception.DataException: could not insert: [firstapp.order.vo.Order]

可见是date出错 后台我用的java.util.Date的时间格式,按道理应该是没有问题的,后来细想了一下相关的hibernate.hbm.xml

是不是有问题 果然我在这里    起初是没有加type的后来更改问题也就没了

如下

 
         
             
                 
             

             
             
             
             

        
   

你可能感兴趣的:(javaee,数据库,hibernate,异常,web开发)