Class UserTypeLegacyBridge

java.lang.Object
org.hibernate.usertype.BaseUserTypeSupport<Object>
org.hibernate.usertype.UserTypeLegacyBridge
All Implemented Interfaces:
TypeConfigurationAware, ParameterizedType, UserType<Object>

public class UserTypeLegacyBridge extends BaseUserTypeSupport<Object> implements ParameterizedType, TypeConfigurationAware
Convenience UserType implementation which mimics the legacy @Type annotation which was based on the hbm.xml mapping's string-based type support.
See Also: