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 |
---|---|
OperationQueue |
ExecutionContext.getOperationQueue()
Accessor for the operation queue.
|
OperationQueue |
ExecutionContextImpl.getOperationQueue() |
Modifier and Type | Method and Description |
---|---|
List<NucleusOptimisticException> |
FlushProcess.execute(ExecutionContext ec,
List<ObjectProvider> primaryOPs,
List<ObjectProvider> secondaryOPs,
OperationQueue opQueue)
Execute the flush.
|
List<NucleusOptimisticException> |
FlushNonReferential.execute(ExecutionContext ec,
List<ObjectProvider> primaryOPs,
List<ObjectProvider> secondaryOPs,
OperationQueue opQueue) |
List<NucleusOptimisticException> |
FlushOrdered.execute(ExecutionContext ec,
List<ObjectProvider> primaryOPs,
List<ObjectProvider> secondaryOPs,
OperationQueue opQueue) |
Copyright © 2019. All rights reserved.