Uses of Class
org.datanucleus.flush.FlushMode
-
Packages that use FlushMode Package Description org.datanucleus This package provides classes that are typically externally called, whether that means by developers or by other DataNucleus plugins.org.datanucleus.flush This package provides classes managing the flush process when using MANUAL flush. -
-
Uses of FlushMode in org.datanucleus
Methods in org.datanucleus that return FlushMode Modifier and Type Method Description FlushModeExecutionContext. getFlushMode()Accessor for the flush mode.FlushModeExecutionContextImpl. getFlushMode() -
Uses of FlushMode in org.datanucleus.flush
Methods in org.datanucleus.flush that return FlushMode Modifier and Type Method Description static FlushModeFlushMode. getFlushModeForString(String value)Return the FlushMode from a name string.static FlushModeFlushMode. valueOf(String name)Returns the enum constant of this type with the specified name.static FlushMode[]FlushMode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-