Package com.helger.dao.wal
Interface IDAOReadChangeAware
-
public interface IDAOReadChangeAwareDummy marker interface. If a DAO based class reads an object that implements this interface andisReadChanged()returnstruethe whole read method returns "CHANGED" and therefore the deltas are directly written to disk.- Author:
- Philip Helger
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisReadChanged()
-