Uses of Interface
org.datanucleus.flush.FlushProcess
Packages that use FlushProcess
Package
Description
This package provides classes managing the flush process when using MANUAL flush.
Package handling the storage of classes to the datastore, and the management of the datastore.
Package providing management for federation of datastores.
-
Uses of FlushProcess in org.datanucleus.flush
Classes in org.datanucleus.flush that implement FlushProcessModifier and TypeClassDescriptionclass
Flush method for cases where the datastore doesn't use referential integrity so we can send batches of deletes, then batches of inserts, then any updates to optimise the persistence.class
Flush process that processes the objects in the order that they became dirty. -
Uses of FlushProcess in org.datanucleus.store
Fields in org.datanucleus.store declared as FlushProcessModifier and TypeFieldDescriptionprotected FlushProcess
AbstractStoreManager.flushProcess
The flush process appropriate for this datastore.Methods in org.datanucleus.store that return FlushProcessModifier and TypeMethodDescriptionAbstractStoreManager.getFlushProcess()
StoreManager.getFlushProcess()
-
Uses of FlushProcess in org.datanucleus.store.federation
Methods in org.datanucleus.store.federation that return FlushProcess