-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Description
Hi. I still cannot catch this situation.
table column:
verification_hash uuid DEFAULT uuid_generate_v1() UNIQUE
POJO:
@Column(name = "verification_hash")
public String verificationHash;
When the insert method is called, column verification_hash is null.
I will try to implement my own JPA serialization for that or am I doing something wrong? Missing some annotation or something?
Thx
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels