OnUpdatedAt

Allows domain entities that keep track of when they were updated to be called by the (framework-provided) TimestampService whenever modified in a transaction.

API

OnUpdatedAt.java
interface OnUpdatedAt {
  void setUpdatedAt(java.sql.Timestamp updatedAt)
}