The SequenceTable extension allows databases that do not support sequences to natively create "sequence tables". Sequence tables can be used by Hibernate for its SequenceStyleGenerator functionality or used directly through SQL.
Download the extension jar from the project releases tab
For more information, see the project wiki
Any issues can be logged in the Github project issue tracker
- use next_val as column name instead of next_value in order to be directly compatible with Hibernate sequence-style table