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