If I annotate an id with @GeneratedVaue(strategy=GenerationType.IDENTITY) hibernate still appears to try to use hibernate_sequence when using the SQLServer2012Dialect. The documentation on GenerationType.IDENTITY reads:
Indicates that the persistence provider must assign primary keys for the entity using a database identity column.
|