Java开发网 |
注册 |
登录 |
帮助 |
搜索 |
排行榜 |
发帖统计
|
您没有登录 |
» Java开发网 » Java EE 综合讨论区
打印话题 寄给朋友 订阅主题 |
作者 | Re:初学hibernate 遇到的错误 [Re:zhb] |
zhb
发贴: 9 积分: 0 |
于 2006-09-16 10:31
<?xml version="1.0" encoding="gb2312"?> <!DOCTYPE hibernate-configuration PUBLIC "-//Hibernate/Hibernate Configuration DTD//EN" "http://hibernate.sourceforge.net/hibernate-configuration-2.0.dtd"> <hibernate-configuration> <session-factory> <!-- JDBC URL --> <property name="hibernate.connection.url">jdbc:mysql://localhost/sample </property> <property name="hibernate.connection.driver_class">org.gjt.mm.mysql.Driver</property> <!-- 数据库用户名 --> <property name="hibernate.connection.username">root</property> <!-- 数据库密码 --> <property name="hibernate.connection.password">12345678</property> <property name="dialect">net.sf.hibernate.dialect.MySQLDialect</property> <property name="hibernate.show_sql">True</property> <!-- 是否使用数据库外连接 --> <property name="hibernate.use_outer_join">True </property> <!-- 事务管理类型--> <property name="hibernate.transaction.factory_class"> net.sf.hibernate.transaction.JDBCTransactionFactory </property> <!-- 指定User的映射文件 --> <mapping resource="org/redsaga/quickstart/Student.hbm.xml"/> </session-factory> </hibernate-configuration> Eclipse使用技巧 |
话题树型展开 |
人气 | 标题 | 作者 | 字数 | 发贴时间 |
11037 | 初学hibernate 遇到的错误 | zhb | 3889 | 2006-09-16 10:31 |
9107 | Re:初学hibernate 遇到的错误 | zhb | 1181 | 2006-09-16 10:31 |
9818 | Re:初学hibernate 遇到的错误 | zhb | 1650 | 2006-09-16 10:33 |
已读帖子 新的帖子 被删除的帖子 |
Powered by Jute Powerful Forum® Version Jute 1.5.6 Ent Copyright © 2002-2021 Cjsdn Team. All Righits Reserved. 闽ICP备05005120号-1 客服电话 18559299278 客服信箱 714923@qq.com 客服QQ 714923 |