One solution is to modify my SQL insert statement to include "nextval( 'hibernate_sequence' )" for the id column, but I would prefer to use the hibernate mapping if it's possible.
digitaljoel
2009-05-04 18:14:53