Hi everyone,

I've just added support for sequences as an id generation strategy for DB2,
Oracle and Postgres. Other databases may be supported in their Dialects.

Enjoy.

I also improved the IDGenerator framework, so that generators can create
whatever persistent resources they need (eg. the table needed by
HiLoGenerator, the sequence needed by SequenceGenerator). This is a big
improvement (that, by side-effect, removed an annoying restriction on
sharing a hilo generator between mapping files).


_______________________________________________
Hibernate-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/hibernate-devel

Reply via email to