spring+hibernate 沒報錯,可就是不能插入資料庫,急急急!!
程式碼如下:
測試類:
package com.test;
import com.dao.PersonDao;
import com.po.Person;
import org.springframework.context.ApplicationContext;
import org.springframework.context.support.FileSystemXmlApplicationContext;
public class PersonDaoTest {
public static void main(String[] args) throws Exception {
ApplicationContext applicationContext=new FileSystemXmlApplicationContext("WebRoot/WEB-INF/classes/applicationContext.xml");
PersonDao personDao=(PersonDao)applicationContext.getBean("personDaoImpl");
Person person=new Person();
person.setAge(22);
person.setName("xqy1");
System.out.println("匯入資料開始.......");
personDao.insert(person);
System.out.println("匯入資料結束.......");
}
}
配置檔案:Person.hbm.xml
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE hibernate-mapping PUBLIC "-//Hibernate/Hibernate Mapping DTD 3.0//EN"
"http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd">
<!--
Mapping file autogenerated by MyEclipse Persistence Tools
-->
<hibernate-mapping>
<class name="com.po.Person" table="person">
<id name="id" type="java.lang.String">
<column name="id" length="32" />
<generator class="uuid.hex"></generator>
</id>
<property name="name" type="java.lang.String">
<column name="name" length="32" />
</property>
<property name="age" type="java.lang.Integer">
<column name="age" />
</property>
</class>
</hibernate-mapping>
執行結果:
log4j:WARN No appenders could be found for logger (org.springframework.context.support.FileSystemXmlApplicationContext).
log4j:WARN Please initialize the log4j system properly.
匯入資料開始.......
匯入資料結束.......
我用的是mysql,資料庫就是沒資料,急死俺列!!
測試類:
package com.test;
import com.dao.PersonDao;
import com.po.Person;
import org.springframework.context.ApplicationContext;
import org.springframework.context.support.FileSystemXmlApplicationContext;
public class PersonDaoTest {
public static void main(String[] args) throws Exception {
ApplicationContext applicationContext=new FileSystemXmlApplicationContext("WebRoot/WEB-INF/classes/applicationContext.xml");
PersonDao personDao=(PersonDao)applicationContext.getBean("personDaoImpl");
Person person=new Person();
person.setAge(22);
person.setName("xqy1");
System.out.println("匯入資料開始.......");
personDao.insert(person);
System.out.println("匯入資料結束.......");
}
}
配置檔案:Person.hbm.xml
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE hibernate-mapping PUBLIC "-//Hibernate/Hibernate Mapping DTD 3.0//EN"
"http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd">
<!--
Mapping file autogenerated by MyEclipse Persistence Tools
-->
<hibernate-mapping>
<class name="com.po.Person" table="person">
<id name="id" type="java.lang.String">
<column name="id" length="32" />
<generator class="uuid.hex"></generator>
</id>
<property name="name" type="java.lang.String">
<column name="name" length="32" />
</property>
<property name="age" type="java.lang.Integer">
<column name="age" />
</property>
</class>
</hibernate-mapping>
執行結果:
log4j:WARN No appenders could be found for logger (org.springframework.context.support.FileSystemXmlApplicationContext).
log4j:WARN Please initialize the log4j system properly.
匯入資料開始.......
匯入資料結束.......
我用的是mysql,資料庫就是沒資料,急死俺列!!
相關文章
- 連線資料庫問題!!! ~~~~急急急急急!!~~~線上等資料庫
- 12 可插入資料庫資料庫
- 急急急!百萬獎金急求技術行家
- 用java做oracle資料庫備份有問題!急急急!!!JavaOracle資料庫
- 線上急等weblogic叢集關於proxy的問題,急急急急Web
- append插入不能多次未提交插入資料APP
- 急急急!Kafka Topic 資源許可權緊張怎麼辦?Kafka
- 資料庫升級報錯資料庫
- Nginx報錯:Permission denied,沒有許可權!Nginx
- mongodb資料庫中插入資料MongoDB資料庫
- 複製資料庫的報錯資料庫
- srvctl新增資料庫資訊報錯資料庫
- proc插入資料到資料庫資料庫
- 資料庫中文問題,急資料庫
- 沒錯,我就是要吹爆AngularAngular
- ColdFusion向資料庫插入資料例子資料庫
- 資料庫資訊不能同步到CATALOG,報RMAN-20032 錯誤資料庫
- 急(啟動資料庫),謝謝資料庫
- 【永春】往Sqlserver插入資料包錯SQLServer
- 分庫分表插入資料
- 1T的資料倉儲,如何作備份策略,急急急.!!!!!
- python如何將資料插入資料庫Python資料庫
- eazyexcel 讀取excel資料插入資料庫Excel資料庫
- MongoDB資料庫報錯,資料庫檔案丟失資料恢復案例MongoDB資料庫資料恢復
- 資料庫負載急劇提高的應急處理資料庫負載
- wordpress網站維護教程:不能上傳檔案,資料庫報錯的解決方法網站資料庫
- 我的JVM為什麼會報如下錯誤呢?急!急!急!急!十萬火急!JVM
- startup資料庫報錯ORA-16038資料庫
- 大資料就是佔有資料?錯,如何使用更重要!大資料
- 我坦白 我當年就是感覺做資料庫很沒前途才跑路的…資料庫
- python資料插入連線MySQL資料庫PythonMySql資料庫
- sqlite建立本地資料庫並插入資料SQLite資料庫
- 資料庫負載急劇提高的應急處理(二)資料庫負載
- oracle資料庫插入行更快方法Oracle資料庫
- 插入資料庫亂碼問題資料庫
- mybatis插入資料、批量插入資料MyBatis
- python運算元據庫,批量插入資料庫資料Python資料庫
- .NET 資料庫大資料 方案(插入、更新、刪除、查詢 、插入或更新)資料庫大資料