Inverse 这个东西很好用,但是必须知道它的前提用法:在Mapping的时候必须要把两个Entites的关系说明, 对 one-to-many来说 在One哪一方需说明 HasMany<>, 并且在Many哪一方也要说明References<>. 如果没有足够说明在存储数据关系到数据库是,往往会缺失数据.
http://notherdev.blogspot.de/2012/04/nhibernates-inverse-what-does-it-really.html
http://www.hibernatingrhinos.com/products/nhprof/learn/alert/SuperfluousManyToOneUpdate
2012-12-04 15:57:52