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 Details

    • getOldValue

      Object getOldValue()
    • getNewValue

      Object getNewValue()