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