JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Index
Search
Help
top.magstar.framework.database.mapping.annotations
>
CreatedAt
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Annotation Interface CreatedAt
@Documented
@Target
(
FIELD
)
@Retention
(
RUNTIME
)
public @interface
CreatedAt
创建时间注解。
标记在实体类字段上,表示该字段存储记录的创建时间,插入数据时自动设置当前时间。
Since:
1.0.0
Version:
1.0.0
Author:
Berry_so