http://nhforge.org/doc/nh/en/index.html#transactions
2011/3/11 rodmarquez21 <[email protected]> > Buenas tardes a todos, tengo una duda sobre NHibernate, les presento > un caso y quiero saber cómo lo maneja NHibernate. > > En una app web, NHibernate 3.0 'levanta' el modelo de persistencia > (los mapeos) digamos, idealmente, al inicio de la ejecución de la > aplicación, mi duda es si NHibernate gestiona el problema de la > "modificación perdida" o Lost Update problem, en palabras de > wikipedia, "The lost update problem: A second transaction writes a > second value of a data-item (datum) on top of a first value written by > a first concurrent transaction, and the first value is lost to other > transactions running concurrently which need, by their precedence, to > read the first value. The transactions that have read the wrong value > end with incorrect results." > > NHibernate lanza una excepción cuando caemos en el Lost Update problem? > > -- > Para escribir al Grupo, hágalo a esta dirección: > [email protected] > Para más, visite: http://groups.google.com/group/NHibernate-Hispano -- Fabio Maulo -- Para escribir al Grupo, hágalo a esta dirección: [email protected] Para más, visite: http://groups.google.com/group/NHibernate-Hispano
