Package com.helger.dao.wal
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
-
Method Details
-
isReadChanged
boolean isReadChanged()- Returns:
trueto force writing the changes
-