配置hibernate.hbm.xml与配置hibernate.cfg.xml的头部一点小区别
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了配置hibernate.hbm.xml与配置hibernate.cfg.xml的头部一点小区别相关的知识,希望对你有一定的参考价值。
配置hibernate.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">
配置hibernate.cfg.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">
以上是关于配置hibernate.hbm.xml与配置hibernate.cfg.xml的头部一点小区别的主要内容,如果未能解决你的问题,请参考以下文章