Help making Fluent NHibernate create an oracle sequence for each table

Posted by Rafael E. Belliard on Stack Overflow See other posts from Stack Overflow or by Rafael E. Belliard
Published on 2010-05-15T16:48:08Z Indexed on 2010/05/15 16:54 UTC
Read the original article Hit count: 225

I am using Fluent NHibernate's (1.0 RTM) automapping feature to create my oracle database schema. My issue is that all the tables are using a single "hibernate-sequence", whereas I would prefer (and my boss would demand) a sequence generator for each table.

Any ideas?

© Stack Overflow or respective owner

Related posts about nhibernate

Related posts about fluent-nhibernate