Note: you have inherited the behaviour of NHibernate.Id.TableGenerator that
mean you should know what the behaviour is.
If you want your own generator you should
implements IPersistentIdentifierGenerator and IConfigurable (if needed) with
all you need for your custom generator.

2009/8/10 Chris Nicola <chnic...@gmail.com>

> I've tried this with HBM mapping files and the result is the same HBM2DDL
> only creates one column for the first generator it sees and ignores the
> parameters after that.  The generator is configured correctly however as it
> is trying to get a value from the correct column.
>
> I will probably just have to execute a script against SQLite before
> testing.
>
>
> >
>


-- 
Fabio Maulo

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"nhusers" group.
To post to this group, send email to nhusers@googlegroups.com
To unsubscribe from this group, send email to 
nhusers+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/nhusers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to