Class FlushModeMarshalling
- java.lang.Object
-
- org.hibernate.boot.jaxb.mapping.marshall.FlushModeMarshalling
-
public class FlushModeMarshalling extends Object
JAXB marshalling forFlushMode
- 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 FlushModeMarshalling()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static FlushMode
fromXml(String name)
static String
toXml(FlushMode mode)
-