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 © 2002-2013 Red Hat Middleware, LLC. All Rights Reserved