cn.vonce.sql.annotation.SqlUpdateTime Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of vonce-sqlbean-core Show documentation
Show all versions of vonce-sqlbean-core Show documentation
This is the core project of Sqlbean.
package cn.vonce.sql.annotation;
import java.lang.annotation.*;
/**
* 标识Bean 实体类对应数据库中的更新时间,如果标注该注解,标注的字段为null将自动设置更新时间
*
* @author Jovi
* @version 1.0
* @email [email protected]
* @date 2021/5/27 23:03
*/
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.FIELD)
@Documented
@Inherited
public @interface SqlUpdateTime {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy