How to allow java.util.Date as a Hibernate type in version 6 using reverse engineering (hbm2java)
I am upgrading Hibernate from 5 to 6 and having issues with the reverse engineering. I want all entities to continue using java.util.Date for now, but seems the mapping is now java.sql.Timestamp. I am running it through the maven-antrun-plugin:
How to allow java.util.Date as a Hibernate type in version 6 using reverse engineering (hbm2java)
I am upgrading Hibernate from 5 to 6 and having issues with the reverse engineering. I want all entities to continue using java.util.Date for now, but seems the mapping is now java.sql.Timestamp. I am running it through the maven-antrun-plugin:
How to allow java.util.Date as a Hibernate type in version 6 using reverse engineering (hbm2java)
I am upgrading Hibernate from 5 to 6 and having issues with the reverse engineering. I want all entities to continue using java.util.Date for now, but seems the mapping is now java.sql.Timestamp. I am running it through the maven-antrun-plugin: