comparison Agendas/trunk/src/Agendas.Web/hibernate.cfg.xml @ 67:c8099df941bd

Implementando persistencia con NHibernate en el proyecto web
author nelopauselli
date Thu, 19 May 2011 01:24:56 -0300
parents
children
comparison
equal deleted inserted replaced
64:240a20cdbcc8 67:c8099df941bd
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">web</property>
9 <property name="proxyfactory.factory_class">NHibernate.ByteCode.Castle.ProxyFactoryFactory, NHibernate.ByteCode.Castle</property>
10 </session-factory>
11 </hibernate-configuration>