注释类型 UpdateTimestamp
-
@Retention(RUNTIME) @Target({FIELD,METHOD}) public @interface UpdateTimestamp
Marks a property as the update timestamp of the containing entity. The property value will be set to the current VM date whenever the owning entity is updated.Supported property types:
- 作者:
- Gunnar Morling