There is a new id generator name MultipleHiLoTableGenerator which use the following table schema
create table MyHiLoTable (
key VARCHAR2(255),
hi_next NUMERIC(10)
)
You then have the ability to have a separate counter for each entity wo having to create a table for each.
Will we give it a nick name (like hilo, identity etc...)?
-- Emmanuel Bernard [EMAIL PROTECTED] callto://emmanuelbernard
http://www.hibernate.org
------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl _______________________________________________ hibernate-devel mailing list hibernate-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/hibernate-devel