Administrator
2018-12-18 d146e7bca73c7605af6b718b5df0b757e0034f0e
1
2
3
4
5
6
7
8
9
10
<?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-configuration>
    <session-factory>
        <property name="hibernate.current_session_context_class">org.springframework.orm.hibernate4.SpringSessionContext</property>
    </session-factory>
 
</hibernate-configuration>