How to force Hibernate to return dates as java.util.Date instead of Timestamp?
So, I spent some time with this issue and found a solution. It is not pretty one, but at least a start point – maybe someone will supplement this with some useful comments. Some info about mapping that I found in process: Class that contains basic mapping of Hibernate types to property types is org.hibernate.type.TypeFactory. … Read more