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