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