Annotation Interface LastModified
@Documented
@ReadOnly
@Column(onDuplicateKey="${column} = NOW()")
@Order(2147483547)
@Target({FIELD,ANNOTATION_TYPE})
@Retention(RUNTIME)
public @interface LastModified
- define default value with ddl
DEFAULT NULL ON UPDATE NOW. - would not be generated sql when
insertandupdate.
- 从以下版本开始:
- 1.0.0
- 版本:
- 1.0.0
- 作者:
- ilikly
- 另请参阅:
-
可选元素概要
可选元素
-
元素详细资料
-
value
- 默认值:
- ""
-
name
- 默认值:
- ""
-