StringRepresentableType instead.  See Jira issues
 HHH-7777 and
 HHH-7776 for details.@Deprecated public interface XmlRepresentableType<T>
StringRepresentableType| Modifier and Type | Method and Description | 
|---|---|
T | 
fromXMLString(String xml,
             Mapping factory)
Deprecated.  
  | 
String | 
toXMLString(T value,
           SessionFactoryImplementor factory)
Deprecated.  
  | 
String toXMLString(T value, SessionFactoryImplementor factory) throws HibernateException
HibernateExceptionT fromXMLString(String xml, Mapping factory) throws HibernateException
HibernateExceptionCopyright © 2001-2015 Red Hat, Inc. All Rights Reserved.