hibernate.cfg.xml
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了hibernate.cfg.xml相关的知识,希望对你有一定的参考价值。
<!DOCTYPE hibernate-configuration PUBLIC
"-//Hibernate/Hibernate Configuration DTD 3.0//EN"
"http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd">
<!-- hibernate连接数据库的配置文件 -->
<hibernate-configuration>
<!-- 连接参数 -->
<session-factory>
</session-factory>
</hibernate-configuration>
以上是关于hibernate.cfg.xml的主要内容,如果未能解决你的问题,请参考以下文章
hibernate.properties 与 hibernate.cfg.xml
hibernate--hibernate.cfg.xml常用配置详解
如何在hibernate.cfg.xml中的主配置文件中配置多个映射文件
在SSH框架中,只有applicationContext.xml,没有hibernate.cfg.xml,怎么用代码自动生成数据库中的表?