Richie

Sometimes at night when I look up at the stars, and see the whole sky just laid out there, don't you think I ain't remembering it all. I still got dreams like anybody else, and ever so often, I am thinking about how things might of been. And then, all of a sudden, I'm forty, fifty, sixty years old, you know?

2007年6月12日 #

NHibernate问题 flush-mode 一个事务中重复提交更新的SQL语句

摘要: 问题现象:一个session开了事务,先执行insert、update,然后执行ICriteria.List()、IQuery.List(),或者是某些session.Get()方法,最后ITransaction.Commit()。监控执行的SQL语句,发现NHibernate重复执行了很多update的SQL操作。 问题原因: 1. flush-mode问题 NH... 阅读全文

posted @ 2007-06-12 17:05 riccc 阅读(3297) 评论(0) 推荐(0) 编辑

导航