public interface XmlRepresentableType<T>
Modifier and Type | Method and Description |
---|---|
T |
fromXMLString(String xml,
Mapping factory) |
String |
toXMLString(T value,
SessionFactoryImplementor factory) |
String toXMLString(T value, SessionFactoryImplementor factory) throws HibernateException
HibernateException
T fromXMLString(String xml, Mapping factory) throws HibernateException
HibernateException
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.