Hi I am using Spring JPA and hibernate.
I am saving the Tag object using the JpaRepository.save() however the table has a function-based column.
The problem is that the returned Tag object from the .save() method does not reflect the new value of this function-based column.
Any pointers would be much appreciated.