NH needs to know if the entity already exists or not. the only way to determine this is to query the db. You can avoid the select by calling session.Update or session.Save depending on whether the entity already exists.
using Assigned means you want to take control of entity identification/persistence. -- You received this message because you are subscribed to the Google Groups "nhusers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/nhusers?hl=en.
