接口 StringRepresentableType<T>

    • 方法详细资料

      • toString

        String toString​(T value)
                 throws HibernateException
        Render the value to the string representation.
        参数:
        value - The value to render to string.
        返回:
        The string representation
        抛出:
        HibernateException - Problem rendering
      • fromStringValue

        T fromStringValue​(String string)
                   throws HibernateException
        Consume the given string representation back into this types java form.
        参数:
        string - The string representation to be consumed.
        返回:
        The java type representation
        抛出:
        HibernateException - Problem consuming