<?
xml version="1.0" encoding="utf-8"
?>
< hibernate-configuration xmlns ="urn:nhibernate-configuration-2.2" >
< session-factory name ="NHibernate.Test" >
< property name ="connection.driver_class" > NHibernate.Driver.OleDbDriver </ property >
< property name ="connection.connection_string" >
Provider=Microsoft.Jet.OLEDB.4.0;Data Source=|DataDirectory|\test.mdb
</ property >
< property name ="adonet.batch_size" > 10 </ property >
< property name ="show_sql" > true </ property >
< property name ="dialect" > NHibernate.Dialect.SybaseDialect </ 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 >
< property name ="proxyfactory.factory_class" >
NHibernate.ByteCode.Castle.ProxyFactoryFactory,NHibernate.ByteCode.Castle
</ property >
< mapping assembly ="NhiTest.Domain" />
</ session-factory >
</ hibernate-configuration >
< hibernate-configuration xmlns ="urn:nhibernate-configuration-2.2" >
< session-factory name ="NHibernate.Test" >
< property name ="connection.driver_class" > NHibernate.Driver.OleDbDriver </ property >
< property name ="connection.connection_string" >
Provider=Microsoft.Jet.OLEDB.4.0;Data Source=|DataDirectory|\test.mdb
</ property >
< property name ="adonet.batch_size" > 10 </ property >
< property name ="show_sql" > true </ property >
< property name ="dialect" > NHibernate.Dialect.SybaseDialect </ 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 >
< property name ="proxyfactory.factory_class" >
NHibernate.ByteCode.Castle.ProxyFactoryFactory,NHibernate.ByteCode.Castle
</ property >
< mapping assembly ="NhiTest.Domain" />
</ session-factory >
</ hibernate-configuration >