Mercurial > altnet-hispano
comparison Agendas/trunk/src/Agendas.Repositories.Tests/hibernate.cfg.xml @ 222:68b09c30b0d2
Separando los test de persistencia en un proyecto aparte
author | nelopauselli |
---|---|
date | Mon, 19 Sep 2011 18:18:17 -0300 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
221:37ddf81333d3 | 222:68b09c30b0d2 |
---|---|
1 <?xml version="1.0" encoding="utf-8" ?> | |
2 <hibernate-configuration xmlns="urn:nhibernate-configuration-2.2" > | |
3 <session-factory> | |
4 <property name="connection.driver_class">NHibernate.Driver.SqlClientDriver</property> | |
5 <property name="connection.connection_string_name">AltNetHispano</property> | |
6 <property name="dialect">NHibernate.Dialect.MsSql2008Dialect</property> | |
7 | |
8 <property name="current_session_context_class">NHibernate.Context.ThreadStaticSessionContext, NHibernate</property> | |
9 <property name="proxyfactory.factory_class">NHibernate.ByteCode.Castle.ProxyFactoryFactory, NHibernate.ByteCode.Castle</property> | |
10 </session-factory> | |
11 </hibernate-configuration> |