I want some of mycoulmns in the JPA entity to accept values from the database during insertions / updates, i.e. from Oracle sys_context, I believe that the JPA timeline annotation includes timestamps created using the database during insertion / update . Is there a way to create a custom annotation a bit like this or provides some default values during insertions / updates, can someone give some pointers if you come across this situation.
source
share