|
I'm not sure what a "non-enhanced" sequence is, sorry, but the test is vanilla JPA with very minimal annotations:
In case you want to reproduce it:
There is an error on schema creation:
ERROR SchemaExport:484 - ERROR: relation "hibernate_sequence" already exists
And one on schema drop:
ERROR SchemaExport:484 - ERROR: sequence "hibernate_sequence" does not exist
|