Java exception when using @CreationTimestamp or @UpdateTimestamp annotation in Embeddable

Thanks. You could also try to implement it if it’s urgent to you.

Otherwise, you could use @PrePersist and @PreUpdate to emulate the @CreationTimestamp and @UpdateTimestamp behavior. Check out this article for more details.