© 2026 Hedgehog Software, LLC
@Table(name = "Product") public class Product { @Id @GeneratedValue(strategy = GenerationType.UUID) private UUID id;
id uuid not null primary key,
[23502] ERROR: null value in column "id" of relation "product" violates not-null constraint
Join the Discord to ask follow-up questions and connect with the community
We are a Community full of Java developers. Connect with other devs, get help, help others and do much more!
27,739 Members