Interface IDAOReadChangeAware


public interface IDAOReadChangeAware
Dummy marker interface. If a DAO based class reads an object that implements this interface and isReadChanged() returns true the whole read method returns "CHANGED" and therefore the deltas are directly written to disk.
Author:
Philip Helger
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
  • Method Details

    • isReadChanged

      boolean isReadChanged()
      Returns:
      true to force writing the changes