I would like to define in my Entity a insert_time
field that automatically is generated by Hibernate when persisting it.
I am using java.util.LocalDateTime
with @CreationTimestamp
but it is still null in DB. I am using H2.
In addition, I would like to use joda instead.