UserType and CompositeUserType interfaces in Hibernate 3

WARNING - TOPIC NOT WRITTEN - TOPIC ID: 4077

This topic has not yet been written. The content below is from the topic description.
UserType and CompositeUserType interfaces - Both UserType and CompositeUserType had several methods added, to support new functionality of Hibernate3. They were moved to the package org.hibernate.usertype. Existing user type classes will need to be upgraded to implement the new methods.  Note: Hibernate3 provides the ParameterizedType interface to allow better re-useability of user type implementations.