您的浏览器已禁用 JavaScript。
跳过导航链接
程序包
类
使用
树
索引
帮助
概要:
字段 |
可选 |
必需
详细资料:
字段 |
元素
SEARCH:
程序包
org.ifinalframework.data.annotation
Annotation Interface UpperCase
@Documented
@Retention
(
RUNTIME
)
@Target
({
TYPE
,
FIELD
})
public @interface
UpperCase
Annotated the name of
table
or
column
should be convert to upper case use
String.toUpperCase()
.
从以下版本开始:
1.0.0
版本:
1.0.0
作者:
ilikly