Class FlushModeConverter
java.lang.Object
org.hibernate.boot.jaxb.hbm.internal.FlushModeConverter
JAXB marshalling for the
FlushMode
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 -
Method Summary
-
Constructor Details
-
FlushModeConverter
public FlushModeConverter()
-
-
Method Details
-
fromXml
-
toXml
-