Class FlushModeConverter
- java.lang.Object
-
- org.hibernate.boot.jaxb.hbm.internal.FlushModeConverter
-
public class FlushModeConverter extends Object
JAXB marshalling for the FlushMode enumNOTE : The XML schemas define the use of
"never"
, which corresponds to the removed FlushMode#NEVER. Here we will also handle mapping FlushMode#NEVER to FlushMode#MANUAL
-
-
Constructor Summary
Constructors Constructor Description FlushModeConverter()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static FlushMode
fromXml(String name)
static String
toXml(FlushMode mode)
-