您的浏览器已禁用 JavaScript。
跳过导航链接
概览
程序包
类
使用
树
已过时
索引
帮助
概要:
字段 |
可选 |
必需
详细资料:
字段 |
元素
SEARCH:
程序包
cn.vonce.sql.annotation
Annotation Interface SqlDefaultValue
@Retention
(
RUNTIME
)
@Target
(
FIELD
)
@Documented
@Inherited
public @interface
SqlDefaultValue
标识该注解的字段如果为null自动注入默认值(仅支持基本类型、String、Date、Timestamp、BigDecimal)
作者:
Jovi
必需元素概要
所需元素
修饰符和类型
必需的元素
说明
FillWith
with
填充类型(insert=新增、update=更新,together=新增更新同时)
元素详细资料
with
FillWith
with
填充类型(insert=新增、update=更新,together=新增更新同时)
返回: