⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 hibernate.cfg.xml~

📁 近几年来
💻 XML~
字号:
<?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="myeclipse.connection.profile">220</property>
	<property name="connection.url">
		jdbc:oracle:thin:@192.168.1.220:1521:briupdb
	</property>
	<property name="connection.username">briup</property>
	<property name="connection.password">briup</property>
	<property name="connection.driver_class">
		oracle.jdbc.driver.OracleDriver
	</property>
	<property name="dialect">
		org.hibernate.dialect.Oracle9Dialect
	</property>
	<property name="show_sql">true</property>
	<mapping resource="tarena/pojo/Classes.hbm.xml" />	<mapping resource="tarena/pojo/Course.hbm.xml" />	<mapping resource="tarena/pojo/Person.hbm.xml" />	<mapping resource="tarena/pojo/Poll.hbm.xml" />	<mapping resource="tarena/pojo/PollLine.hbm.xml" />	<mapping resource="tarena/pojo/User.hbm.xml" />

</session-factory>

</hibernate-configuration>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -