How to use Hibernate identifier sequence generators properly - Nicholas Tsim

PHOTO EMBED

Wed Apr 27 2022 14:47:20 GMT+0000 (Coordinated Universal Time)

Saved by @tfeiner #sql

CREATE SEQUENCE public.hibernate_sequence INCREMENT 1 START 1 MINVALUE 1;
content_copyCOPY

https://ntsim.uk/posts/how-to-use-hibernate-identifier-sequence-generators-properly/