public interface StringRepresentableType<T>
Modifier and Type | Method and Description |
---|---|
T |
fromStringValue(String string)
Consume the given string representation back into this types java form.
|
String |
toString(T value)
Render the value to the string representation.
|
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 © 2021 JBoss by Red Hat. All rights reserved.