问答详情
源自:1-3 Struts2与Hibernate整合

<property name="hibernate.current_session_context_class">thread</property>这是在哪里找到的?hibernate安装目录下一定有这个标签的配置模板,在哪里呢,老师是在ppt中复制的,我想问这个配置在hibernate的安装目录里的什么位置可以找到?

http://img.mukewang.com/574ac4b4000198c514650675.jpg

我在hibernate的安装目录下etc文件夹里可以找到除了<property name="hibernate.current_session_context_class">thread</property>的所有配置说明,但是就是找不到<property name="hibernate.current_session_context_class">thread</property>,请问谁知道这个配置项在哪里hibernate官方给的jar包或者什么目录里能找到?

提问者:java家洼 2016-05-29 18:32

个回答

  • 花生大士
    2017-08-04 10:59:54

    你下载的hibernate文件目录下的\documentation\userguide\html_single,文档里面有写

  • 慕粉3438361
    2016-05-31 13:01:16

    <!--是本地jdbc事务配置你通过getCurrentSession创建的session会绑定到当前线程 -->

    <property name="current_session_context_class">thread</property>

    找出来干嘛?只有有什么用就行了