Class ExecuteUpdateResultCheckStyleConverter
- java.lang.Object
-
- org.hibernate.boot.jaxb.hbm.internal.ExecuteUpdateResultCheckStyleConverter
-
public class ExecuteUpdateResultCheckStyleConverter extends Object
JAXB marshalling for the ExecuteUpdateResultCheckStyle enum
-
-
Constructor Summary
Constructors Constructor Description ExecuteUpdateResultCheckStyleConverter()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ExecuteUpdateResultCheckStyle
fromXml(String name)
static String
toXml(ExecuteUpdateResultCheckStyle style)
-
-
-
Method Detail
-
fromXml
public static ExecuteUpdateResultCheckStyle fromXml(String name)
-
toXml
public static String toXml(ExecuteUpdateResultCheckStyle style)
-
-