getHibernateTemplate().save();不能保存数据到数据库解决办法

WBOY
发布: 2016-06-07 15:10:50
原创
1580 人浏览过

在hibernate的配置文件hibernate.cfg.xml中?xml version='1.0'encoding='UTF-8'? !DOCTYPE hibernate-configuration PUBLIC -//Hibernate/Hibernate 配置 DTD 3.0//EN http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd !-- Gen

在hibernate的配置文件hibernate.cfg.xml中


br>           "-//Hibernate/Hibernate 配置 DTD 3.0//EN"
          "http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd">




    
        
            org.hibernate.dialect.MySQLDialect
        
        
            jdbc:mysql://127.0.0.1:3306/abc
        
        root
        根属性>
        
            com.mysql.jdbc.Driver
        
        true;
        kucun
        <映射资源=“cn/zkjc/bean/User.hbm.xml”/>
        <映射资源=“cn/zkjc/bean/Importinfo.hbm.xml”/>
        <映射资源=“cn/zkjc/bean/Stock.hbm.xml”/>
        <映射资源="cn/zkjc/bean/Faliaodan.hbm.xml" />
        <映射资源=“cn/zkjc/bean/Exportinfo.hbm.xml”/>
        <映射资源=“cn/zkjc/bean/Stockinfo.hbm.xml”/>
        <映射资源=“cn/zkjc/bean/Adjustbill.hbm.xml”/>
        <映射资源=“cn/zkjc/bean/Customs.hbm.xml”/>
        <映射资源=“cn/zkjc/bean/Adjustinfo.hbm.xml”/>
        <映射资源="cn/zkjc/bean/Rukubanbao.hbm.xml" />
        <映射资源="cn/zkjc/bean/Kucungoods.hbm.xml" />
        <映射资源=“cn/zkjc/bean/Goods.hbm.xml”/>

    

把的属性connection.autocommit设置为true就ok了


相关标签:
来源:php.cn
本站声明
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn
热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板