Class FlushModeConverter
- java.lang.Object
-
- org.hibernate.boot.jaxb.hbm.internal.FlushModeConverter
-
public class FlushModeConverter extends Object
JAXB marshalling for theFlushMode
enum.- Implementation Note:
- The XML schemas define the use of
"never"
, which corresponds to the removedFlushMode#NEVER
. Here we will also remapFlushMode#NEVER
toFlushMode.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)
-