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 © 2012 JBoss by Red Hat. All Rights Reserved.