|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface StringRepresentableType<T>
Additional, optional contract for types capable of rendering and consuming their values to/from strings.
| Method Summary | |
|---|---|
T |
fromStringValue(java.lang.String string)
Consume the given string representation back into this types java form. |
java.lang.String |
toString(T value)
Render the value to the string representation. |
| Method Detail |
|---|
java.lang.String toString(T value)
throws HibernateException
value - The value to render to string.
HibernateException - Problem rendering
T fromStringValue(java.lang.String string)
throws HibernateException
string - The string representation to be consumed.
HibernateException - Problem consuming
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||