Hibernate框架的必不可少的配置文件hibernate.cfg.xml的内容。

Hibernate框架的必不可少的配置文件hibernate.cfg.xml的内容。我没有什么分了啊... Hibernate框架的必不可少的配置文件hibernate.cfg.xml的内容。
我没有什么分了啊
展开
 我来答
驾猪漂移
2010-06-19
知道答主
回答量:24
采纳率:0%
帮助的人:26万
展开全部
<!DOCTYPE hibernate-configuration PUBLIC
"-//Hibernate/Hibernate Configuration DTD 3.0//EN"
"http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd">

<hibernate-configuration>
<session-factory>
<property name="hibernate.connection.driver_class">com.mysql.jdbc.Driver</property>
<property name="hibernate.connection.url">jdbc:mysql://localhost/hibernate_cache_2</property>
<property name="hibernate.connection.username">root</property>
<property name="hibernate.connection.password">root</property>
<property name="hibernate.dialect">org.hibernate.dialect.MySQLDialect</property>
<property name="hibernate.show_sql">true</property>
<property name="hibernate.c3p0.max_size">50</property>
<property name="hibernate.c3p0.max_statements">5</property>
<property name="hibernate.c3p0.min_size">20</property>
<property name="hibernate.c3p0.timeout">1000</property>
<property name="hibernate.cache.use_second_level_cache">true</property>
<property name="hibernate.cache.provider_class">org.hibernate.cache.EhCacheProvider</property>
<mapping resource="com/hibernate/study/Student.hbm.xml"/>
<mapping resource="com/hibernate/study/Classes.hbm.xml"/>
<class-cache class="com.hibernate.study.Student" usage="read-write"/>
</session-factory>
</hibernate-configuration>
53242083
2010-06-19 · 超过27用户采纳过TA的回答
知道答主
回答量:239
采纳率:0%
帮助的人:0
展开全部
不给分....
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式