<!-- DO NOT EDIT: This is a generated file that is synchronized -->
<!-- by MyEclipse Hibernate tool integration.?????????????????? -->
<hibernate-configuration>
??? <session-factory>
??????? <!-- properties -->
??????? <property name="connection.username">username</property>
??????? <property name="connection.url">jdbc:microsoft:sqlserver://localhost:1433;databaseName=test</property>
??????? <property name="dialect">org.hibernate.dialect.SQLServerDialect</property>
??????? <property name="connection.password">password</property>
??????? <property name="connection.driver_class">com.microsoft.jdbc.sqlserver.SQLServerDriver</property>
??????? <!-- mapping files -->
??????? <mapping resource="Train.hbm.xml"/>
??? </session-factory>
</hibernate-configuration>