|
True, it does apply the converter, and actually converts it to a java.util.Date before attempting unwrap (confirmed from hours and hours of debugging). It kicks out in hibernate at org.hibernate.type.descriptor.java.JdbcTimestampTypeDescriptor.unwrap. and throws the exception, when it's Joda to java.util.date. starting build from source
|