Class FlushModeMarshalling

java.lang.Object
org.hibernate.boot.jaxb.mapping.internal.FlushModeMarshalling

public class FlushModeMarshalling extends Object
JAXB marshalling for FlushMode
Implementation Note:
The XML schemas define the use of "never", which corresponds to the removed FlushMode#NEVER. Here we will also remap FlushMode#NEVER to FlushMode.MANUAL.
  • Constructor Details

    • FlushModeMarshalling

      public FlushModeMarshalling()
  • Method Details