public interface StringRepresentableType<T>
String toString(T value) throws HibernateException
value - The value to render to string.HibernateException - Problem renderingT fromStringValue(String string) throws HibernateException
string - The string representation to be consumed.HibernateException - Problem consumingCopyright © 2001-2015 Red Hat, Inc. All Rights Reserved.