Interface DirtyStateTrackable

All Superinterfaces:
BasicDirtyTracker, DirtyTracker, EntityViewProxy, MutableStateTrackable

public interface DirtyStateTrackable
extends MutableStateTrackable
A dirty tracker that exposes the captured initial state.
Since:
1.5.0
Author:
Christian Beikov
  • Method Details

    • $$_getInitialState

      Object[] $$_getInitialState()
      Returns the initial state as array. Null if not partially updatable. The order is the same as the metamodel attribute order of updatable attributes.
      Returns:
      the initial state as array