org.datanucleus.flush.package.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of datanucleus-core Show documentation
Show all versions of datanucleus-core Show documentation
DataNucleus Core provides the primary components of a heterogenous Java persistence solution.
It supports persistence API's being layered on top of the core functionality.
This package provides classes managing the flush process when using MANUAL flush. In this mode
all operations are queued up and then flushed either by a user call to flush() or by commit() of
the transaction.