Subversion Repositories general

Compare Revisions

Ignore whitespace Rev 961 → Rev 1015

/hostadmiral/trunk/conf/hibernate.cfg.xml.sample
15,5 → 15,10
 
<property name="dialect">net.sf.hibernate.dialect.PostgreSQLDialect</property>
<property name="show_sql">false</property>
 
<mapping resource="ak/hostadmiral/util/DatabaseVersion.hbm.xml"/>
<mapping resource="ak/hostadmiral/core/model/User.hbm.xml"/>
<mapping resource="ak/hostadmiral/core/model/UserLogin.hbm.xml"/>
<mapping resource="ak/hostadmiral/core/model/PasswordStoreAbstract.hbm.xml"/>
</session-factory>
</hibernate-configuration>