<hibernate-configuration xmlns="urn:nhibernate-configuration-2.2">
<session-factory>
<!-- SQL dialect -->
<property name="connection.provider">NHibernate.Connection.DriverConnectionProvider</property>
<property name="dialect">NHibernate.Dialect.MsSql2005Dialect</property>
<property name="connection.driver_class">NHibernate.Driver.SqlClientDriver</property>
<!--<property name="connection.connection_string1">Server=124.254.10.29,1436\sql2008;Initial Catalog=novi;User Id=novi;Password=L7JBwNq</property>-->
<property name="connection.connection_string">Server=devdc01;Initial Catalog=IBA_ECommerce_DB;User Id=ecomm;Password=iba+1234</property>
<!-- others -->
<property name="show_sql">true</property>
<!-- mapping files -->
<mapping assembly="IBA.ECommerce"/> 这个很重要,是所有映射类所在的DLL。
</session-factory>
</hibernate-configuration>
没有评论:
发表评论