加载hibernate配置文件的2种方式
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了加载hibernate配置文件的2种方式相关的知识,希望对你有一定的参考价值。
4.加载hibernate配置文件的2种方式
1.configuration.configure()
要求1、该配置文件必须放在classpath下2、名称必须为hibernate.cfg.xml
2.configuration.configure(“/cn/itcast/config/hibernate.cfg.xml”)
自定义配置文件的名称和路径
以上是关于加载hibernate配置文件的2种方式的主要内容,如果未能解决你的问题,请参考以下文章
运行第二天出现hibernate的错误,org.hibernate.TransactionException: JDBC commit failed at org.hiber