Joda-time type mapping in Hibernate ORM 6
I’m new to Java and I am trying to migrate from Hibernate 5 to 6. My application uses joda-time for the timestamp data type. It is using both annotation and hibernate mapping files.
Following is a class use annotation: