I\'m using NHibernate HiLo as my identity generator. I currently have a sepperate table in my database for each of my entity tables. For example I have Customer and CustomerKey
Have you tried using the where property of the hilo generator? Something like:
TableName = 'Customer' ... ...