Class InheritanceTypeMarshalling
- java.lang.Object
-
- org.hibernate.boot.jaxb.mapping.marshall.InheritanceTypeMarshalling
-
public class InheritanceTypeMarshalling extends Object
JAXB marshalling forInheritanceType
-
-
Constructor Summary
Constructors Constructor Description InheritanceTypeMarshalling()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static InheritanceType
fromXml(String name)
static String
toXml(InheritanceType inheritanceType)
-
-
-
Method Detail
-
fromXml
public static InheritanceType fromXml(String name)
-
toXml
public static String toXml(InheritanceType inheritanceType)
-
-