<? XML version = "1.0" ?>
< Configuration >
< Configsections >
<! -- <Section name = "nhibction" type =" system. configuration. namevaluesectionhandler, system, version = 2.0.0.0, culture = neutral, publickeytoken = b77a5c561934e089 "requirepermission =" false "/> -->
< Section Name = "Hibernate-configuration"
Type = "Nhibernate. cfg. configurationsectionhandler, nhibler" />
</ Configsections >
< Hibernate-Configuration Xmlns = "Urn: nhibernate-configuration-2.2" >
< Session-factory >
< Property Name = "Connection. driver_class" > Nhib.pdf. Driver. sqlclientdriver </ Property >
< Property Name = "Connection. connection_string" >
Password = sa; persist Security info = true; user id = sa; initial catalog = nhibalog; Data Source = 127.0.0.1
</ Property >
< Property Name = "Adonet. batch_size" > 10 </ Property >
< Property Name = "Show_ SQL" > True </ Property >
< Property Name = "Dialect" > Nhib.pdf. dialect. mssql2005dialect </ Property >
< Property Name = "Use_outer_join" > True </ Property >
< Property Name = "Command_timeout" > 10 </ Property >
< Property Name = "Query. substitutions" > True 1, false 0, yes 'y', no 'n' </ Property >
< Mapping Assembly = "Domainmodel" />
</ Session-factory >
</ Hibernate-Configuration >
</ Configuration >