Class FlushOrdered

java.lang.Object
org.datanucleus.flush.FlushOrdered
All Implemented Interfaces:
FlushProcess

public class FlushOrdered extends Object implements FlushProcess
Flush process that processes the objects in the order that they became dirty. If a datastore uses referential integrity this is typically the best way of maintaining a valid update process.
  • Constructor Details

    • FlushOrdered

      public FlushOrdered()
  • Method Details