@Entity public class Cart { @Id @Column(unique = true, nullable = false) private String id = UUID.randomUUID().toString();