Interface AttributeChange
-
- All Superinterfaces:
PropertyChange
- All Known Implementing Classes:
MutableAttributeChange
public interface AttributeChange extends PropertyChange
Represents a change in a "value" property, which is either a scalar property or a to-one entity relationship.- Since:
- 4.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectgetNewValue()ObjectgetOldValue()-
Methods inherited from interface org.apache.cayenne.commitlog.model.PropertyChange
accept
-
-