A: 

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
Sorry to accept my own answer, but tired of having stackoverflow tell me to pick an answer.
digitaljoel