Subversion Repositories general

Compare Revisions

Ignore whitespace Rev 1036 → Rev 1037

/hostadmiral/trunk/conf/hibernate.cfg.xml
0,0 → 1,12
<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE hibernate-configuration PUBLIC
"-//Hibernate/Hibernate Configuration DTD 2.0//EN"
"http://hibernate.sourceforge.net/hibernate-configuration-2.0.dtd">
 
<hibernate-configuration>
<session-factory name="java:comp/env/hibernate/SessionFactory">
<property name="show_sql">false</property>
<mapping resource="ak/hostadmiral/util/DatabaseVersion.hbm.xml"/>
</session-factory>
</hibernate-configuration>