Interface FlushableIF

All Known Implementing Classes:
SQLBatchManyToManyReference, SQLBatchObjectAccess, SQLBatchOneToManyAggregate, SQLBatchOneToManyReference, SQLBatchOneToOne

public interface FlushableIF
INTERNAL: Interface implemented by data repository accessors that needs to be informed when changes to the repository needs to be performed.

This interface can thus be used to implement optimized data repository access.

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    INTERNAL: Tells the object to flush itself.
  • Method Details

    • flush

      void flush() throws Exception
      INTERNAL: Tells the object to flush itself.
      Throws:
      Exception