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 FlushModeExecutionContextImpl.flushModeThe 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
Subclasses with type arguments of type FlushMode in org.datanucleus.flushMethods in org.datanucleus.flush that return FlushModeModifier and TypeMethodDescriptionstatic FlushModeFlushMode.getFlushModeForString(String value) Return the FlushMode from a name string.static FlushModeReturns 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.