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#NEVERtoFlushMode.MANUAL.
-
-
Constructor Summary
Constructors Constructor Description FlushModeMarshalling()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static FlushModefromXml(String name)static StringtoXml(FlushMode mode)
-