Uses of Class
org.datanucleus.exceptions.NucleusOptimisticException
Packages that use NucleusOptimisticException
Package
Description
This package provides classes managing the flush process when using MANUAL flush.
-
Uses of NucleusOptimisticException in org.datanucleus.flush
Methods in org.datanucleus.flush that return types with arguments of type NucleusOptimisticExceptionModifier and TypeMethodDescriptionFlushNonReferential.execute
(ExecutionContext ec, Collection<DNStateManager> primarySMs, Collection<DNStateManager> secondarySMs, OperationQueue opQueue) FlushOrdered.execute
(ExecutionContext ec, Collection<DNStateManager> primaryDNs, Collection<DNStateManager> secondaryDNs, OperationQueue opQueue) FlushProcess.execute
(ExecutionContext ec, Collection<DNStateManager> primarySMs, Collection<DNStateManager> secondarySMs, OperationQueue opQueue) Execute the flush.FlushNonReferential.flushDeleteInsertUpdateGrouped
(Set<DNStateManager> smsToFlush, ExecutionContext ec) Method that does the flushing of the passed StateManagers, grouping them into all DELETEs, then all INSERTs, finally all UPDATEs.