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
You probably need to add a
to your Hibernate config file, or to call configuration.addPackage("com.foo.bar.thepackage").