I am trying to learn how Hibernate works, and I am running into an almost unacceptable learning curve. I can\'t see how to get Hibernate to respect the auto_increment policy
I believe you want GenerationType.IDENTITY. MySql does not use a table or sequence for generating the Id value.
GenerationType.IDENTITY