Package io.ebean.annotation
Annotation Type UpdatedTimestamp
-
@Deprecated @Target(FIELD) @Retention(RUNTIME) public @interface UpdatedTimestamp
Deprecated.Deprecated migrate to@WhenModified.For a timestamp property that is set to the datetime when the entity was last updated.
This is effectively an alias for @WhenModified which was added as it hints towards a better naming convention (WhenCreated, WhenModified).