@Id@GenericGenerator(name = "user_id", strategy = "uuid")@GeneratedValue(generator = "user_id")@Column(name = "user_id", unique = true, nullable = false, length = 32)