Mercurial > altnet-hispano
comparison Agendas/trunk/src/Agendas.Tests/hibernate.cfg.xml @ 63:963b71ea6028
Repositorios con NH
author | nelopauselli |
---|---|
date | Tue, 17 May 2011 14:02:25 -0300 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
62:c40b97bbed01 | 63:963b71ea6028 |
---|---|
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> |