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.
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.