Thanks for the replies!

Since the POID generators, HiLo, guid and guid.comb are all "*orm style 
generators*" unlike the "*identity*" generator, will these cause 
duplications or primary key violations in my table?  

Can NHibernate assume that the value the the orm style generator will not be 
duplicated if ever it will generate an ID for another instance of an object?

I have auto-incremented column as my primary key in my table (MySQL is my 
database), will the "orm style generators" be a good choice, instead of 
using the "identity/increment?

:D

-- 
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.

Reply via email to