I was creating a custom user type a few minutes ago, when I looked at the javadocs and saw that nullSafeSet() and nullSafeGet are deprecated. http://docs.jboss.org/hibernate/core/3.6/javadocs/org/hibernate/usertype/UserType.html I don’t see any other way implementing my UserType. Was this maybe just meant for the 4.0 release?
I was creating a custom user type a few minutes ago, when I looked
Share
The Jira issue referenced from the documentation makes for interesting reading. I’ve only skimmed it, but it sounds like this is mostly a “heads-up: we’re going to change things in Hibernate 4” warning more than anything else.