hibernate正向生成数据库表以及配置——hibernate.cfg.xml
生活随笔
收集整理的這篇文章主要介紹了
hibernate正向生成数据库表以及配置——hibernate.cfg.xml
小編覺得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE hibernate-configuration PUBLIC"-//Hibernate/Hibernate Configuration DTD 3.0//EN""http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd"><!-- Generated by MyEclipse Hibernate Tools. -->
<hibernate-configuration><session-factory><property name="dialect">org.hibernate.dialect.Oracle9Dialect</property><property name="connection.url">jdbc:oracle:thin:@127.0.0.1:1521:orcl</property><property name="connection.username">student</property><property name="connection.password">student</property><property name="current_session_context_class">thread</property><property name="connection.driver_class">oracle.jdbc.OracleDriver</property><property name="myeclipse.connection.profile">student</property><!--顯示sql語句 --><property name="show_sql">true</property><property name="format_sql">true</property><!--自動(dòng)創(chuàng)建表 --><!--<property name="hbm2ddl.auto">create</property>--><!--映射文件 --><mappingresource="cn/bdqn/studentInfo/entity/Student.hbm.xml" /><mappingresource="cn/bdqn/studentInfo/entity/Teacher.hbm.xml" /></session-factory></hibernate-configuration>
總結(jié)
以上是生活随笔為你收集整理的hibernate正向生成数据库表以及配置——hibernate.cfg.xml的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: hibernate配置详情3(Dept)
- 下一篇: 迷失森林要怎么样的配置才能玩?