Uses of Enum
org.datanucleus.flush.FlushMode
Packages that use FlushMode
Package
Description
This package provides classes that are typically externally called, whether that means by developers
or by other DataNucleus plugins.
This package provides classes managing the flush process when using MANUAL flush.
-
Uses of FlushMode in org.datanucleus
Fields in org.datanucleus declared as FlushModeModifier and TypeFieldDescriptionprivate FlushMode
ExecutionContextImpl.flushMode
The current flush mode, if it is defined.Methods in org.datanucleus that return FlushModeModifier and TypeMethodDescriptionExecutionContext.getFlushMode()
Accessor for the flush mode.ExecutionContextImpl.getFlushMode()
-
Uses of FlushMode in org.datanucleus.flush
Methods in org.datanucleus.flush that return FlushModeModifier and TypeMethodDescriptionstatic FlushMode
FlushMode.getFlushModeForString
(String value) Return the FlushMode from a name string.static FlushMode
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.