Termadmin.hibernate.cfg.xml

Aus Termserver-CTS2
(Unterschied zwischen Versionen)
Wechseln zu: Navigation, Suche
(Die Seite wurde neu angelegt: „ <source lang="xml"> <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE hibernate-configuration PUBLIC "-//Hibernate/Hibernate Configuration DTD 3.0//EN" "http://hi…“)
 
Zeile 10: Zeile 10:
 
     <property name="hibernate.connection.password">derTermBoSS#</property>
 
     <property name="hibernate.connection.password">derTermBoSS#</property>
 
     <property name="hibernate.show_sql">false</property>
 
     <property name="hibernate.show_sql">false</property>
<property name="hibernate.current_session_context_class">thread</property>
+
    <property name="hibernate.current_session_context_class">thread</property>
 
     <property name="show_sql">false</property>
 
     <property name="show_sql">false</property>
 
 

Version vom 16. April 2012, 10:29 Uhr

<?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.dialect">org.hibernate.dialect.MySQLDialect</property>
    <property name="hibernate.connection.driver_class">com.mysql.jdbc.Driver</property>
    <property name="hibernate.connection.url">jdbc:mysql://localhost:3306/web5db2</property>
    <property name="hibernate.connection.username">web5u2</property>
    <property name="hibernate.connection.password">derTermBoSS#</property>
    <property name="hibernate.show_sql">false</property>
    <property name="hibernate.current_session_context_class">thread</property>
    <property name="show_sql">false</property>
 
    <mapping class="de.fhdo.terminologie.db.hibernate.LicenceType"/>
    <mapping class="de.fhdo.terminologie.db.hibernate.DomainValue"/>
    <mapping class="de.fhdo.terminologie.db.hibernate.Domain"/>
    <mapping class="de.fhdo.terminologie.db.hibernate.LicencedUser"/>
    <mapping class="de.fhdo.terminologie.db.hibernate.CodeSystem"/>
    <mapping class="de.fhdo.terminologie.db.hibernate.LicencedUserId"/>
    <mapping class="de.fhdo.terminologie.db.hibernate.Session"/>
    <mapping class="de.fhdo.terminologie.db.hibernate.TermUser"/>
    <mapping class="de.fhdo.terminologie.db.hibernate.HibernateUtil"/>
    <mapping class="de.fhdo.terminologie.db.hibernate.SysParam"/>
    <mapping class="de.fhdo.terminologie.db.hibernate.CodeSystemVersion"/>
  </session-factory>
</hibernate-configuration>
Meine Werkzeuge
Namensräume
Varianten
Aktionen
Navigation
Werkzeuge