I’m getting this error for the application that uses Hibernate I need to work with:
The method getCastTypeName(int) is undefined for the type Dialect
It looks like I am using the wrong version of Hibernate.
What version of does have this method in Dialect?
Hibernate 4.1(which seems to be the latest version) has it:http://docs.jboss.org/hibernate/orm/4.1/javadocs/
So does every version from
3.2and up, see for yourself:http://docs.jboss.org/hibernate/orm/
Version
3.2is over 3 years old, which version is the application using? If it is a really old version perhaps the method could be missing.