好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

hibernate.cfg.xml文件的解说

?xml version='1.0' encoding='utf-8'?!DOCTYPE hibernate-configuration PUBLIC -//Hibernate/Hibernate Configuration DTD 3.0//EN http://HdhCmsTesthibernate.org/dtd/hibernate-configuration-3.0.dtdhibernate-configurationsession-factory!-- Database con

 
 

 

	 

		 
		 
		com.mysql.jdbc.Driver
		jdbc:mysql://localhost:3306/hibernate
		root
		admin

		 
		 
		 1 -->

		 
		 
		org.hibernate.dialect.MySQLDialect

		 
		 thread -->

		 
		 
		 
		org.hibernate.cache.internal.NoCacheProvider

		 
		 
		true

		 
		 
		 
		 update -->


		 
		 

	 

  

查看更多关于hibernate.cfg.xml文件的解说的详细内容...

  阅读:49次