Class EnumTypeMarshalling
- java.lang.Object
-
- org.hibernate.boot.jaxb.mapping.internal.EnumTypeMarshalling
-
public class EnumTypeMarshalling extends Object
Marshalling support for dealing with JPA EnumType enums. Plugged into JAXB for binding
-
-
Constructor Summary
Constructors Constructor Description EnumTypeMarshalling()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static jakarta.persistence.EnumType
fromXml(String name)
static String
toXml(jakarta.persistence.EnumType enumType)
-