| 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.
|
| Modifier and Type | Method and Description |
|---|---|
FlushMode |
ExecutionContext.getFlushMode()
Accessor for the flush mode.
|
FlushMode |
ExecutionContextImpl.getFlushMode() |
| Modifier and Type | Method and Description |
|---|---|
static FlushMode |
FlushMode.getFlushModeForString(String value)
Return the FlushMode from a name string.
|
static FlushMode |
FlushMode.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.
|
Copyright © 2019. All rights reserved.