Subversion Repositories general

Rev

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

Rev 961 Rev 1015
Line 13... Line 13...
13
		<property name="connection.password">password</property>
13
		<property name="connection.password">password</property>
14
		<property name="connection.url">jdbc:postgresql://localhost/hostadmiral</property>
14
		<property name="connection.url">jdbc:postgresql://localhost/hostadmiral</property>
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
 
-
 
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"/>
18
	</session-factory>
23
	</session-factory>
19
</hibernate-configuration>
24
</hibernate-configuration>