Subversion Repositories general

Rev

Rev 1015 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1015 Rev 1018
Line 15... Line 15...
15
 
15
 
16
		<property name="dialect">net.sf.hibernate.dialect.PostgreSQLDialect</property>
16
		<property name="dialect">net.sf.hibernate.dialect.PostgreSQLDialect</property>
17
		<property name="show_sql">false</property>
17
		<property name="show_sql">false</property>
18
 
18
 
19
		<mapping resource="ak/hostadmiral/util/DatabaseVersion.hbm.xml"/>
19
		<mapping resource="ak/hostadmiral/util/DatabaseVersion.hbm.xml"/>
20
		<mapping resource="ak/hostadmiral/core/model/User.hbm.xml"/>
-
 
21
		<mapping resource="ak/hostadmiral/core/model/UserLogin.hbm.xml"/>
-
 
22
		<mapping resource="ak/hostadmiral/core/model/PasswordStoreAbstract.hbm.xml"/>
-
 
23
	</session-factory>
20
	</session-factory>
24
</hibernate-configuration>
21
</hibernate-configuration>