I\'m trying to use Hibernate @TypeDef annotation on a package level, exactly as it is described in the Hibernate documentation. I\'m using Hibernate 3.6 and
Hibernate 3.6
For Hibernate 4, you have to add
to your Hibernate config file.