Annotation Interface Created
@Column
@Default
@Final
@ReadOnly
@Documented
@Order(2147483527)
@Target(FIELD)
@Retention(RUNTIME)
public @interface Created
Annotate the
property is a created column which is had a Default value of NOW() and it is Final and ReadOnly.
- define default value with
DEFAULT NOW(). - would not be generated sql when
insertandupdate.
- 从以下版本开始:
- 1.0.0
- 版本:
- 1.0.0
- 作者:
- ilikly
- 另请参阅:
-
可选元素概要
可选元素
-
元素详细资料
-
value
- 默认值:
- ""
-
name
- 默认值:
- ""
-