2017-07-06 10:12 GMT+01:00 陈应华 <[email protected]>: > > Please help! Thanks a lot. >
Please provide useful content in the body of the email instead of using overly long subject lines. It makes it easier to quote relevant parts of the question when replying. Apart from the one-line question, I think some sample code to illustrate what you are doing would be required in order to understand what could be wrong. There are some scenarios related to collections where no primary key for the collection elements can be used that will leave NHibernate with no choice but to delete all elements then insert them again one-by-one. This happens when there is no way for NHibernate to identify individual collection elements in an SQL DELETE or UPDATE statement. /Oskar -- You received this message because you are subscribed to the Google Groups "nhusers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/nhusers. For more options, visit https://groups.google.com/d/optout.
